.ce_headervideo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.ce_headervideo .header-video-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: height 0.4s ease;
}

.ce_headervideo .header-video-wrapper video {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.ce_headervideo .header-video-wrapper.overlayed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ce_headervideo .header-video-content {
  width: 100%;
  margin: auto 5% 5em;
  padding-top: 4.25em;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}

.ce_headervideo .header-video-content .header-video-play {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4.25em;
  height: 4.25em;
  border: 0.15em solid #C5C4BE;
  border-radius: 50%;
  padding-left: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s linear;
}

.ce_headervideo .header-video-content .header-video-play .play-icon, .ce_headervideo .header-video-content .header-video-play .pause-icon {
  fill: #C5C4BE;
  transition: all 0.6s linear;
  transition-delay: 0.3s;
}

.ce_headervideo .header-video-content .header-video-play .pause-icon {
  opacity: 0;
}

.ce_headervideo .header-video-content .header-video-text {
  transform-origin: center bottom;
  transition: transform 0.5s linear;
}

.ce_headervideo .header-video-content .header-video-title {
  font-size: 4.16em;
  font-size: clamp(1.77em, 3.9vw, 3.0em);
  font-family: "universal-bold-extend", helvetica, arial, sans-serif;
  line-height: 1.06em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0.88em 0 0.28em;
}

.ce_headervideo .header-video-content p {
  font-size: 1.38em;
  font-size: clamp(1.11em, 1.3vw, 1.38em);
  font-family: "universal-extended", helvetica, arial, sans-serif;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ce_headervideo .header-video-content.video-playing .header-video-play .play-icon {
  opacity: 0;
}

.ce_headervideo .header-video-content.video-playing .header-video-play .pause-icon {
  opacity: 1;
}

.ce_headervideo .header-video-content.video-paused .header-video-play .play-icon {
  opacity: 1;
}

.ce_headervideo .header-video-content.video-paused .header-video-play .pause-icon {
  opacity: 0;
}

.tl_content .ce_headervideo {
  height: 60vh;
}

@media only screen and (max-width: 1280px) {
  .ce_headervideo .header-video-content .header-video-text {
    transform-origin: center center;
  }
  .ce_headervideo {
    width:1280px;
    height:700px;
  }
}

@media (min-width: 1025px) {
  .ce_headervideo .header-video-content.video-playing {
    margin-bottom: 2.5em;
  }
  .ce_headervideo .header-video-content.video-playing .header-video-play {
    top: 100%;
    left: 0;
    transform: translate(0, -100%) scale(0.8);
  }
  .ce_headervideo .header-video-content.video-playing .header-video-text {
    transform: scale(0.5);
  }
}

@media only screen and (max-width: 1024px) {
  .ce_headervideo .header-video-content .header-video-text {
    transform-origin: center center;
  }
  .ce_headervideo {
    width:1024px;
    height:570px;
  }
  .ce_headervideo .header-video-content.video-playing {
    height: 15em;
    padding: 7em 0 1.5em;
    margin: auto 0 0;
    background: #3B3B3B;
  }
  .ce_headervideo .header-video-content.video-playing .header-video-play {
    top: 2.5em;
  }
}

@media(max-width:4000px){.ce_headervideo { width:4000px;}}
@media(max-width:3999px){.ce_headervideo { width:3999px;}}
@media(max-width:3998px){.ce_headervideo { width:3998px;}}
@media(max-width:3997px){.ce_headervideo { width:3997px;}}
@media(max-width:3996px){.ce_headervideo { width:3996px;}}
@media(max-width:3995px){.ce_headervideo { width:3995px;}}
@media(max-width:3994px){.ce_headervideo { width:3994px;}}
@media(max-width:3993px){.ce_headervideo { width:3993px;}}
@media(max-width:3992px){.ce_headervideo { width:3992px;}}
@media(max-width:3991px){.ce_headervideo { width:3991px;}}
@media(max-width:3990px){.ce_headervideo { width:3990px;}}
@media(max-width:3989px){.ce_headervideo { width:3989px;}}
@media(max-width:3988px){.ce_headervideo { width:3988px;}}
@media(max-width:3987px){.ce_headervideo { width:3987px;}}
@media(max-width:3986px){.ce_headervideo { width:3986px;}}
@media(max-width:3985px){.ce_headervideo { width:3985px;}}
@media(max-width:3984px){.ce_headervideo { width:3984px;}}
@media(max-width:3983px){.ce_headervideo { width:3983px;}}
@media(max-width:3982px){.ce_headervideo { width:3982px;}}
@media(max-width:3981px){.ce_headervideo { width:3981px;}}
@media(max-width:3980px){.ce_headervideo { width:3980px;}}
@media(max-width:3979px){.ce_headervideo { width:3979px;}}
@media(max-width:3978px){.ce_headervideo { width:3978px;}}
@media(max-width:3977px){.ce_headervideo { width:3977px;}}
@media(max-width:3976px){.ce_headervideo { width:3976px;}}
@media(max-width:3975px){.ce_headervideo { width:3975px;}}
@media(max-width:3974px){.ce_headervideo { width:3974px;}}
@media(max-width:3973px){.ce_headervideo { width:3973px;}}
@media(max-width:3972px){.ce_headervideo { width:3972px;}}
@media(max-width:3971px){.ce_headervideo { width:3971px;}}
@media(max-width:3970px){.ce_headervideo { width:3970px;}}
@media(max-width:3969px){.ce_headervideo { width:3969px;}}
@media(max-width:3968px){.ce_headervideo { width:3968px;}}
@media(max-width:3967px){.ce_headervideo { width:3967px;}}
@media(max-width:3966px){.ce_headervideo { width:3966px;}}
@media(max-width:3965px){.ce_headervideo { width:3965px;}}
@media(max-width:3964px){.ce_headervideo { width:3964px;}}
@media(max-width:3963px){.ce_headervideo { width:3963px;}}
@media(max-width:3962px){.ce_headervideo { width:3962px;}}
@media(max-width:3961px){.ce_headervideo { width:3961px;}}
@media(max-width:3960px){.ce_headervideo { width:3960px;}}
@media(max-width:3959px){.ce_headervideo { width:3959px;}}
@media(max-width:3958px){.ce_headervideo { width:3958px;}}
@media(max-width:3957px){.ce_headervideo { width:3957px;}}
@media(max-width:3956px){.ce_headervideo { width:3956px;}}
@media(max-width:3955px){.ce_headervideo { width:3955px;}}
@media(max-width:3954px){.ce_headervideo { width:3954px;}}
@media(max-width:3953px){.ce_headervideo { width:3953px;}}
@media(max-width:3952px){.ce_headervideo { width:3952px;}}
@media(max-width:3951px){.ce_headervideo { width:3951px;}}
@media(max-width:3950px){.ce_headervideo { width:3950px;}}
@media(max-width:3949px){.ce_headervideo { width:3949px;}}
@media(max-width:3948px){.ce_headervideo { width:3948px;}}
@media(max-width:3947px){.ce_headervideo { width:3947px;}}
@media(max-width:3946px){.ce_headervideo { width:3946px;}}
@media(max-width:3945px){.ce_headervideo { width:3945px;}}
@media(max-width:3944px){.ce_headervideo { width:3944px;}}
@media(max-width:3943px){.ce_headervideo { width:3943px;}}
@media(max-width:3942px){.ce_headervideo { width:3942px;}}
@media(max-width:3941px){.ce_headervideo { width:3941px;}}
@media(max-width:3940px){.ce_headervideo { width:3940px;}}
@media(max-width:3939px){.ce_headervideo { width:3939px;}}
@media(max-width:3938px){.ce_headervideo { width:3938px;}}
@media(max-width:3937px){.ce_headervideo { width:3937px;}}
@media(max-width:3936px){.ce_headervideo { width:3936px;}}
@media(max-width:3935px){.ce_headervideo { width:3935px;}}
@media(max-width:3934px){.ce_headervideo { width:3934px;}}
@media(max-width:3933px){.ce_headervideo { width:3933px;}}
@media(max-width:3932px){.ce_headervideo { width:3932px;}}
@media(max-width:3931px){.ce_headervideo { width:3931px;}}
@media(max-width:3930px){.ce_headervideo { width:3930px;}}
@media(max-width:3929px){.ce_headervideo { width:3929px;}}
@media(max-width:3928px){.ce_headervideo { width:3928px;}}
@media(max-width:3927px){.ce_headervideo { width:3927px;}}
@media(max-width:3926px){.ce_headervideo { width:3926px;}}
@media(max-width:3925px){.ce_headervideo { width:3925px;}}
@media(max-width:3924px){.ce_headervideo { width:3924px;}}
@media(max-width:3923px){.ce_headervideo { width:3923px;}}
@media(max-width:3922px){.ce_headervideo { width:3922px;}}
@media(max-width:3921px){.ce_headervideo { width:3921px;}}
@media(max-width:3920px){.ce_headervideo { width:3920px;}}
@media(max-width:3919px){.ce_headervideo { width:3919px;}}
@media(max-width:3918px){.ce_headervideo { width:3918px;}}
@media(max-width:3917px){.ce_headervideo { width:3917px;}}
@media(max-width:3916px){.ce_headervideo { width:3916px;}}
@media(max-width:3915px){.ce_headervideo { width:3915px;}}
@media(max-width:3914px){.ce_headervideo { width:3914px;}}
@media(max-width:3913px){.ce_headervideo { width:3913px;}}
@media(max-width:3912px){.ce_headervideo { width:3912px;}}
@media(max-width:3911px){.ce_headervideo { width:3911px;}}
@media(max-width:3910px){.ce_headervideo { width:3910px;}}
@media(max-width:3909px){.ce_headervideo { width:3909px;}}
@media(max-width:3908px){.ce_headervideo { width:3908px;}}
@media(max-width:3907px){.ce_headervideo { width:3907px;}}
@media(max-width:3906px){.ce_headervideo { width:3906px;}}
@media(max-width:3905px){.ce_headervideo { width:3905px;}}
@media(max-width:3904px){.ce_headervideo { width:3904px;}}
@media(max-width:3903px){.ce_headervideo { width:3903px;}}
@media(max-width:3902px){.ce_headervideo { width:3902px;}}
@media(max-width:3901px){.ce_headervideo { width:3901px;}}
@media(max-width:3900px){.ce_headervideo { width:3900px;}}
@media(max-width:3899px){.ce_headervideo { width:3899px;}}
@media(max-width:3898px){.ce_headervideo { width:3898px;}}
@media(max-width:3897px){.ce_headervideo { width:3897px;}}
@media(max-width:3896px){.ce_headervideo { width:3896px;}}
@media(max-width:3895px){.ce_headervideo { width:3895px;}}
@media(max-width:3894px){.ce_headervideo { width:3894px;}}
@media(max-width:3893px){.ce_headervideo { width:3893px;}}
@media(max-width:3892px){.ce_headervideo { width:3892px;}}
@media(max-width:3891px){.ce_headervideo { width:3891px;}}
@media(max-width:3890px){.ce_headervideo { width:3890px;}}
@media(max-width:3889px){.ce_headervideo { width:3889px;}}
@media(max-width:3888px){.ce_headervideo { width:3888px;}}
@media(max-width:3887px){.ce_headervideo { width:3887px;}}
@media(max-width:3886px){.ce_headervideo { width:3886px;}}
@media(max-width:3885px){.ce_headervideo { width:3885px;}}
@media(max-width:3884px){.ce_headervideo { width:3884px;}}
@media(max-width:3883px){.ce_headervideo { width:3883px;}}
@media(max-width:3882px){.ce_headervideo { width:3882px;}}
@media(max-width:3881px){.ce_headervideo { width:3881px;}}
@media(max-width:3880px){.ce_headervideo { width:3880px;}}
@media(max-width:3879px){.ce_headervideo { width:3879px;}}
@media(max-width:3878px){.ce_headervideo { width:3878px;}}
@media(max-width:3877px){.ce_headervideo { width:3877px;}}
@media(max-width:3876px){.ce_headervideo { width:3876px;}}
@media(max-width:3875px){.ce_headervideo { width:3875px;}}
@media(max-width:3874px){.ce_headervideo { width:3874px;}}
@media(max-width:3873px){.ce_headervideo { width:3873px;}}
@media(max-width:3872px){.ce_headervideo { width:3872px;}}
@media(max-width:3871px){.ce_headervideo { width:3871px;}}
@media(max-width:3870px){.ce_headervideo { width:3870px;}}
@media(max-width:3869px){.ce_headervideo { width:3869px;}}
@media(max-width:3868px){.ce_headervideo { width:3868px;}}
@media(max-width:3867px){.ce_headervideo { width:3867px;}}
@media(max-width:3866px){.ce_headervideo { width:3866px;}}
@media(max-width:3865px){.ce_headervideo { width:3865px;}}
@media(max-width:3864px){.ce_headervideo { width:3864px;}}
@media(max-width:3863px){.ce_headervideo { width:3863px;}}
@media(max-width:3862px){.ce_headervideo { width:3862px;}}
@media(max-width:3861px){.ce_headervideo { width:3861px;}}
@media(max-width:3860px){.ce_headervideo { width:3860px;}}
@media(max-width:3859px){.ce_headervideo { width:3859px;}}
@media(max-width:3858px){.ce_headervideo { width:3858px;}}
@media(max-width:3857px){.ce_headervideo { width:3857px;}}
@media(max-width:3856px){.ce_headervideo { width:3856px;}}
@media(max-width:3855px){.ce_headervideo { width:3855px;}}
@media(max-width:3854px){.ce_headervideo { width:3854px;}}
@media(max-width:3853px){.ce_headervideo { width:3853px;}}
@media(max-width:3852px){.ce_headervideo { width:3852px;}}
@media(max-width:3851px){.ce_headervideo { width:3851px;}}
@media(max-width:3850px){.ce_headervideo { width:3850px;}}
@media(max-width:3849px){.ce_headervideo { width:3849px;}}
@media(max-width:3848px){.ce_headervideo { width:3848px;}}
@media(max-width:3847px){.ce_headervideo { width:3847px;}}
@media(max-width:3846px){.ce_headervideo { width:3846px;}}
@media(max-width:3845px){.ce_headervideo { width:3845px;}}
@media(max-width:3844px){.ce_headervideo { width:3844px;}}
@media(max-width:3843px){.ce_headervideo { width:3843px;}}
@media(max-width:3842px){.ce_headervideo { width:3842px;}}
@media(max-width:3841px){.ce_headervideo { width:3841px;}}
@media(max-width:3840px){.ce_headervideo { width:3840px;}}
@media(max-width:3839px){.ce_headervideo { width:3839px;}}
@media(max-width:3838px){.ce_headervideo { width:3838px;}}
@media(max-width:3837px){.ce_headervideo { width:3837px;}}
@media(max-width:3836px){.ce_headervideo { width:3836px;}}
@media(max-width:3835px){.ce_headervideo { width:3835px;}}
@media(max-width:3834px){.ce_headervideo { width:3834px;}}
@media(max-width:3833px){.ce_headervideo { width:3833px;}}
@media(max-width:3832px){.ce_headervideo { width:3832px;}}
@media(max-width:3831px){.ce_headervideo { width:3831px;}}
@media(max-width:3830px){.ce_headervideo { width:3830px;}}
@media(max-width:3829px){.ce_headervideo { width:3829px;}}
@media(max-width:3828px){.ce_headervideo { width:3828px;}}
@media(max-width:3827px){.ce_headervideo { width:3827px;}}
@media(max-width:3826px){.ce_headervideo { width:3826px;}}
@media(max-width:3825px){.ce_headervideo { width:3825px;}}
@media(max-width:3824px){.ce_headervideo { width:3824px;}}
@media(max-width:3823px){.ce_headervideo { width:3823px;}}
@media(max-width:3822px){.ce_headervideo { width:3822px;}}
@media(max-width:3821px){.ce_headervideo { width:3821px;}}
@media(max-width:3820px){.ce_headervideo { width:3820px;}}
@media(max-width:3819px){.ce_headervideo { width:3819px;}}
@media(max-width:3818px){.ce_headervideo { width:3818px;}}
@media(max-width:3817px){.ce_headervideo { width:3817px;}}
@media(max-width:3816px){.ce_headervideo { width:3816px;}}
@media(max-width:3815px){.ce_headervideo { width:3815px;}}
@media(max-width:3814px){.ce_headervideo { width:3814px;}}
@media(max-width:3813px){.ce_headervideo { width:3813px;}}
@media(max-width:3812px){.ce_headervideo { width:3812px;}}
@media(max-width:3811px){.ce_headervideo { width:3811px;}}
@media(max-width:3810px){.ce_headervideo { width:3810px;}}
@media(max-width:3809px){.ce_headervideo { width:3809px;}}
@media(max-width:3808px){.ce_headervideo { width:3808px;}}
@media(max-width:3807px){.ce_headervideo { width:3807px;}}
@media(max-width:3806px){.ce_headervideo { width:3806px;}}
@media(max-width:3805px){.ce_headervideo { width:3805px;}}
@media(max-width:3804px){.ce_headervideo { width:3804px;}}
@media(max-width:3803px){.ce_headervideo { width:3803px;}}
@media(max-width:3802px){.ce_headervideo { width:3802px;}}
@media(max-width:3801px){.ce_headervideo { width:3801px;}}
@media(max-width:3800px){.ce_headervideo { width:3800px;}}
@media(max-width:3799px){.ce_headervideo { width:3799px;}}
@media(max-width:3798px){.ce_headervideo { width:3798px;}}
@media(max-width:3797px){.ce_headervideo { width:3797px;}}
@media(max-width:3796px){.ce_headervideo { width:3796px;}}
@media(max-width:3795px){.ce_headervideo { width:3795px;}}
@media(max-width:3794px){.ce_headervideo { width:3794px;}}
@media(max-width:3793px){.ce_headervideo { width:3793px;}}
@media(max-width:3792px){.ce_headervideo { width:3792px;}}
@media(max-width:3791px){.ce_headervideo { width:3791px;}}
@media(max-width:3790px){.ce_headervideo { width:3790px;}}
@media(max-width:3789px){.ce_headervideo { width:3789px;}}
@media(max-width:3788px){.ce_headervideo { width:3788px;}}
@media(max-width:3787px){.ce_headervideo { width:3787px;}}
@media(max-width:3786px){.ce_headervideo { width:3786px;}}
@media(max-width:3785px){.ce_headervideo { width:3785px;}}
@media(max-width:3784px){.ce_headervideo { width:3784px;}}
@media(max-width:3783px){.ce_headervideo { width:3783px;}}
@media(max-width:3782px){.ce_headervideo { width:3782px;}}
@media(max-width:3781px){.ce_headervideo { width:3781px;}}
@media(max-width:3780px){.ce_headervideo { width:3780px;}}
@media(max-width:3779px){.ce_headervideo { width:3779px;}}
@media(max-width:3778px){.ce_headervideo { width:3778px;}}
@media(max-width:3777px){.ce_headervideo { width:3777px;}}
@media(max-width:3776px){.ce_headervideo { width:3776px;}}
@media(max-width:3775px){.ce_headervideo { width:3775px;}}
@media(max-width:3774px){.ce_headervideo { width:3774px;}}
@media(max-width:3773px){.ce_headervideo { width:3773px;}}
@media(max-width:3772px){.ce_headervideo { width:3772px;}}
@media(max-width:3771px){.ce_headervideo { width:3771px;}}
@media(max-width:3770px){.ce_headervideo { width:3770px;}}
@media(max-width:3769px){.ce_headervideo { width:3769px;}}
@media(max-width:3768px){.ce_headervideo { width:3768px;}}
@media(max-width:3767px){.ce_headervideo { width:3767px;}}
@media(max-width:3766px){.ce_headervideo { width:3766px;}}
@media(max-width:3765px){.ce_headervideo { width:3765px;}}
@media(max-width:3764px){.ce_headervideo { width:3764px;}}
@media(max-width:3763px){.ce_headervideo { width:3763px;}}
@media(max-width:3762px){.ce_headervideo { width:3762px;}}
@media(max-width:3761px){.ce_headervideo { width:3761px;}}
@media(max-width:3760px){.ce_headervideo { width:3760px;}}
@media(max-width:3759px){.ce_headervideo { width:3759px;}}
@media(max-width:3758px){.ce_headervideo { width:3758px;}}
@media(max-width:3757px){.ce_headervideo { width:3757px;}}
@media(max-width:3756px){.ce_headervideo { width:3756px;}}
@media(max-width:3755px){.ce_headervideo { width:3755px;}}
@media(max-width:3754px){.ce_headervideo { width:3754px;}}
@media(max-width:3753px){.ce_headervideo { width:3753px;}}
@media(max-width:3752px){.ce_headervideo { width:3752px;}}
@media(max-width:3751px){.ce_headervideo { width:3751px;}}
@media(max-width:3750px){.ce_headervideo { width:3750px;}}
@media(max-width:3749px){.ce_headervideo { width:3749px;}}
@media(max-width:3748px){.ce_headervideo { width:3748px;}}
@media(max-width:3747px){.ce_headervideo { width:3747px;}}
@media(max-width:3746px){.ce_headervideo { width:3746px;}}
@media(max-width:3745px){.ce_headervideo { width:3745px;}}
@media(max-width:3744px){.ce_headervideo { width:3744px;}}
@media(max-width:3743px){.ce_headervideo { width:3743px;}}
@media(max-width:3742px){.ce_headervideo { width:3742px;}}
@media(max-width:3741px){.ce_headervideo { width:3741px;}}
@media(max-width:3740px){.ce_headervideo { width:3740px;}}
@media(max-width:3739px){.ce_headervideo { width:3739px;}}
@media(max-width:3738px){.ce_headervideo { width:3738px;}}
@media(max-width:3737px){.ce_headervideo { width:3737px;}}
@media(max-width:3736px){.ce_headervideo { width:3736px;}}
@media(max-width:3735px){.ce_headervideo { width:3735px;}}
@media(max-width:3734px){.ce_headervideo { width:3734px;}}
@media(max-width:3733px){.ce_headervideo { width:3733px;}}
@media(max-width:3732px){.ce_headervideo { width:3732px;}}
@media(max-width:3731px){.ce_headervideo { width:3731px;}}
@media(max-width:3730px){.ce_headervideo { width:3730px;}}
@media(max-width:3729px){.ce_headervideo { width:3729px;}}
@media(max-width:3728px){.ce_headervideo { width:3728px;}}
@media(max-width:3727px){.ce_headervideo { width:3727px;}}
@media(max-width:3726px){.ce_headervideo { width:3726px;}}
@media(max-width:3725px){.ce_headervideo { width:3725px;}}
@media(max-width:3724px){.ce_headervideo { width:3724px;}}
@media(max-width:3723px){.ce_headervideo { width:3723px;}}
@media(max-width:3722px){.ce_headervideo { width:3722px;}}
@media(max-width:3721px){.ce_headervideo { width:3721px;}}
@media(max-width:3720px){.ce_headervideo { width:3720px;}}
@media(max-width:3719px){.ce_headervideo { width:3719px;}}
@media(max-width:3718px){.ce_headervideo { width:3718px;}}
@media(max-width:3717px){.ce_headervideo { width:3717px;}}
@media(max-width:3716px){.ce_headervideo { width:3716px;}}
@media(max-width:3715px){.ce_headervideo { width:3715px;}}
@media(max-width:3714px){.ce_headervideo { width:3714px;}}
@media(max-width:3713px){.ce_headervideo { width:3713px;}}
@media(max-width:3712px){.ce_headervideo { width:3712px;}}
@media(max-width:3711px){.ce_headervideo { width:3711px;}}
@media(max-width:3710px){.ce_headervideo { width:3710px;}}
@media(max-width:3709px){.ce_headervideo { width:3709px;}}
@media(max-width:3708px){.ce_headervideo { width:3708px;}}
@media(max-width:3707px){.ce_headervideo { width:3707px;}}
@media(max-width:3706px){.ce_headervideo { width:3706px;}}
@media(max-width:3705px){.ce_headervideo { width:3705px;}}
@media(max-width:3704px){.ce_headervideo { width:3704px;}}
@media(max-width:3703px){.ce_headervideo { width:3703px;}}
@media(max-width:3702px){.ce_headervideo { width:3702px;}}
@media(max-width:3701px){.ce_headervideo { width:3701px;}}
@media(max-width:3700px){.ce_headervideo { width:3700px;}}
@media(max-width:3699px){.ce_headervideo { width:3699px;}}
@media(max-width:3698px){.ce_headervideo { width:3698px;}}
@media(max-width:3697px){.ce_headervideo { width:3697px;}}
@media(max-width:3696px){.ce_headervideo { width:3696px;}}
@media(max-width:3695px){.ce_headervideo { width:3695px;}}
@media(max-width:3694px){.ce_headervideo { width:3694px;}}
@media(max-width:3693px){.ce_headervideo { width:3693px;}}
@media(max-width:3692px){.ce_headervideo { width:3692px;}}
@media(max-width:3691px){.ce_headervideo { width:3691px;}}
@media(max-width:3690px){.ce_headervideo { width:3690px;}}
@media(max-width:3689px){.ce_headervideo { width:3689px;}}
@media(max-width:3688px){.ce_headervideo { width:3688px;}}
@media(max-width:3687px){.ce_headervideo { width:3687px;}}
@media(max-width:3686px){.ce_headervideo { width:3686px;}}
@media(max-width:3685px){.ce_headervideo { width:3685px;}}
@media(max-width:3684px){.ce_headervideo { width:3684px;}}
@media(max-width:3683px){.ce_headervideo { width:3683px;}}
@media(max-width:3682px){.ce_headervideo { width:3682px;}}
@media(max-width:3681px){.ce_headervideo { width:3681px;}}
@media(max-width:3680px){.ce_headervideo { width:3680px;}}
@media(max-width:3679px){.ce_headervideo { width:3679px;}}
@media(max-width:3678px){.ce_headervideo { width:3678px;}}
@media(max-width:3677px){.ce_headervideo { width:3677px;}}
@media(max-width:3676px){.ce_headervideo { width:3676px;}}
@media(max-width:3675px){.ce_headervideo { width:3675px;}}
@media(max-width:3674px){.ce_headervideo { width:3674px;}}
@media(max-width:3673px){.ce_headervideo { width:3673px;}}
@media(max-width:3672px){.ce_headervideo { width:3672px;}}
@media(max-width:3671px){.ce_headervideo { width:3671px;}}
@media(max-width:3670px){.ce_headervideo { width:3670px;}}
@media(max-width:3669px){.ce_headervideo { width:3669px;}}
@media(max-width:3668px){.ce_headervideo { width:3668px;}}
@media(max-width:3667px){.ce_headervideo { width:3667px;}}
@media(max-width:3666px){.ce_headervideo { width:3666px;}}
@media(max-width:3665px){.ce_headervideo { width:3665px;}}
@media(max-width:3664px){.ce_headervideo { width:3664px;}}
@media(max-width:3663px){.ce_headervideo { width:3663px;}}
@media(max-width:3662px){.ce_headervideo { width:3662px;}}
@media(max-width:3661px){.ce_headervideo { width:3661px;}}
@media(max-width:3660px){.ce_headervideo { width:3660px;}}
@media(max-width:3659px){.ce_headervideo { width:3659px;}}
@media(max-width:3658px){.ce_headervideo { width:3658px;}}
@media(max-width:3657px){.ce_headervideo { width:3657px;}}
@media(max-width:3656px){.ce_headervideo { width:3656px;}}
@media(max-width:3655px){.ce_headervideo { width:3655px;}}
@media(max-width:3654px){.ce_headervideo { width:3654px;}}
@media(max-width:3653px){.ce_headervideo { width:3653px;}}
@media(max-width:3652px){.ce_headervideo { width:3652px;}}
@media(max-width:3651px){.ce_headervideo { width:3651px;}}
@media(max-width:3650px){.ce_headervideo { width:3650px;}}
@media(max-width:3649px){.ce_headervideo { width:3649px;}}
@media(max-width:3648px){.ce_headervideo { width:3648px;}}
@media(max-width:3647px){.ce_headervideo { width:3647px;}}
@media(max-width:3646px){.ce_headervideo { width:3646px;}}
@media(max-width:3645px){.ce_headervideo { width:3645px;}}
@media(max-width:3644px){.ce_headervideo { width:3644px;}}
@media(max-width:3643px){.ce_headervideo { width:3643px;}}
@media(max-width:3642px){.ce_headervideo { width:3642px;}}
@media(max-width:3641px){.ce_headervideo { width:3641px;}}
@media(max-width:3640px){.ce_headervideo { width:3640px;}}
@media(max-width:3639px){.ce_headervideo { width:3639px;}}
@media(max-width:3638px){.ce_headervideo { width:3638px;}}
@media(max-width:3637px){.ce_headervideo { width:3637px;}}
@media(max-width:3636px){.ce_headervideo { width:3636px;}}
@media(max-width:3635px){.ce_headervideo { width:3635px;}}
@media(max-width:3634px){.ce_headervideo { width:3634px;}}
@media(max-width:3633px){.ce_headervideo { width:3633px;}}
@media(max-width:3632px){.ce_headervideo { width:3632px;}}
@media(max-width:3631px){.ce_headervideo { width:3631px;}}
@media(max-width:3630px){.ce_headervideo { width:3630px;}}
@media(max-width:3629px){.ce_headervideo { width:3629px;}}
@media(max-width:3628px){.ce_headervideo { width:3628px;}}
@media(max-width:3627px){.ce_headervideo { width:3627px;}}
@media(max-width:3626px){.ce_headervideo { width:3626px;}}
@media(max-width:3625px){.ce_headervideo { width:3625px;}}
@media(max-width:3624px){.ce_headervideo { width:3624px;}}
@media(max-width:3623px){.ce_headervideo { width:3623px;}}
@media(max-width:3622px){.ce_headervideo { width:3622px;}}
@media(max-width:3621px){.ce_headervideo { width:3621px;}}
@media(max-width:3620px){.ce_headervideo { width:3620px;}}
@media(max-width:3619px){.ce_headervideo { width:3619px;}}
@media(max-width:3618px){.ce_headervideo { width:3618px;}}
@media(max-width:3617px){.ce_headervideo { width:3617px;}}
@media(max-width:3616px){.ce_headervideo { width:3616px;}}
@media(max-width:3615px){.ce_headervideo { width:3615px;}}
@media(max-width:3614px){.ce_headervideo { width:3614px;}}
@media(max-width:3613px){.ce_headervideo { width:3613px;}}
@media(max-width:3612px){.ce_headervideo { width:3612px;}}
@media(max-width:3611px){.ce_headervideo { width:3611px;}}
@media(max-width:3610px){.ce_headervideo { width:3610px;}}
@media(max-width:3609px){.ce_headervideo { width:3609px;}}
@media(max-width:3608px){.ce_headervideo { width:3608px;}}
@media(max-width:3607px){.ce_headervideo { width:3607px;}}
@media(max-width:3606px){.ce_headervideo { width:3606px;}}
@media(max-width:3605px){.ce_headervideo { width:3605px;}}
@media(max-width:3604px){.ce_headervideo { width:3604px;}}
@media(max-width:3603px){.ce_headervideo { width:3603px;}}
@media(max-width:3602px){.ce_headervideo { width:3602px;}}
@media(max-width:3601px){.ce_headervideo { width:3601px;}}
@media(max-width:3600px){.ce_headervideo { width:3600px;}}
@media(max-width:3599px){.ce_headervideo { width:3599px;}}
@media(max-width:3598px){.ce_headervideo { width:3598px;}}
@media(max-width:3597px){.ce_headervideo { width:3597px;}}
@media(max-width:3596px){.ce_headervideo { width:3596px;}}
@media(max-width:3595px){.ce_headervideo { width:3595px;}}
@media(max-width:3594px){.ce_headervideo { width:3594px;}}
@media(max-width:3593px){.ce_headervideo { width:3593px;}}
@media(max-width:3592px){.ce_headervideo { width:3592px;}}
@media(max-width:3591px){.ce_headervideo { width:3591px;}}
@media(max-width:3590px){.ce_headervideo { width:3590px;}}
@media(max-width:3589px){.ce_headervideo { width:3589px;}}
@media(max-width:3588px){.ce_headervideo { width:3588px;}}
@media(max-width:3587px){.ce_headervideo { width:3587px;}}
@media(max-width:3586px){.ce_headervideo { width:3586px;}}
@media(max-width:3585px){.ce_headervideo { width:3585px;}}
@media(max-width:3584px){.ce_headervideo { width:3584px;}}
@media(max-width:3583px){.ce_headervideo { width:3583px;}}
@media(max-width:3582px){.ce_headervideo { width:3582px;}}
@media(max-width:3581px){.ce_headervideo { width:3581px;}}
@media(max-width:3580px){.ce_headervideo { width:3580px;}}
@media(max-width:3579px){.ce_headervideo { width:3579px;}}
@media(max-width:3578px){.ce_headervideo { width:3578px;}}
@media(max-width:3577px){.ce_headervideo { width:3577px;}}
@media(max-width:3576px){.ce_headervideo { width:3576px;}}
@media(max-width:3575px){.ce_headervideo { width:3575px;}}
@media(max-width:3574px){.ce_headervideo { width:3574px;}}
@media(max-width:3573px){.ce_headervideo { width:3573px;}}
@media(max-width:3572px){.ce_headervideo { width:3572px;}}
@media(max-width:3571px){.ce_headervideo { width:3571px;}}
@media(max-width:3570px){.ce_headervideo { width:3570px;}}
@media(max-width:3569px){.ce_headervideo { width:3569px;}}
@media(max-width:3568px){.ce_headervideo { width:3568px;}}
@media(max-width:3567px){.ce_headervideo { width:3567px;}}
@media(max-width:3566px){.ce_headervideo { width:3566px;}}
@media(max-width:3565px){.ce_headervideo { width:3565px;}}
@media(max-width:3564px){.ce_headervideo { width:3564px;}}
@media(max-width:3563px){.ce_headervideo { width:3563px;}}
@media(max-width:3562px){.ce_headervideo { width:3562px;}}
@media(max-width:3561px){.ce_headervideo { width:3561px;}}
@media(max-width:3560px){.ce_headervideo { width:3560px;}}
@media(max-width:3559px){.ce_headervideo { width:3559px;}}
@media(max-width:3558px){.ce_headervideo { width:3558px;}}
@media(max-width:3557px){.ce_headervideo { width:3557px;}}
@media(max-width:3556px){.ce_headervideo { width:3556px;}}
@media(max-width:3555px){.ce_headervideo { width:3555px;}}
@media(max-width:3554px){.ce_headervideo { width:3554px;}}
@media(max-width:3553px){.ce_headervideo { width:3553px;}}
@media(max-width:3552px){.ce_headervideo { width:3552px;}}
@media(max-width:3551px){.ce_headervideo { width:3551px;}}
@media(max-width:3550px){.ce_headervideo { width:3550px;}}
@media(max-width:3549px){.ce_headervideo { width:3549px;}}
@media(max-width:3548px){.ce_headervideo { width:3548px;}}
@media(max-width:3547px){.ce_headervideo { width:3547px;}}
@media(max-width:3546px){.ce_headervideo { width:3546px;}}
@media(max-width:3545px){.ce_headervideo { width:3545px;}}
@media(max-width:3544px){.ce_headervideo { width:3544px;}}
@media(max-width:3543px){.ce_headervideo { width:3543px;}}
@media(max-width:3542px){.ce_headervideo { width:3542px;}}
@media(max-width:3541px){.ce_headervideo { width:3541px;}}
@media(max-width:3540px){.ce_headervideo { width:3540px;}}
@media(max-width:3539px){.ce_headervideo { width:3539px;}}
@media(max-width:3538px){.ce_headervideo { width:3538px;}}
@media(max-width:3537px){.ce_headervideo { width:3537px;}}
@media(max-width:3536px){.ce_headervideo { width:3536px;}}
@media(max-width:3535px){.ce_headervideo { width:3535px;}}
@media(max-width:3534px){.ce_headervideo { width:3534px;}}
@media(max-width:3533px){.ce_headervideo { width:3533px;}}
@media(max-width:3532px){.ce_headervideo { width:3532px;}}
@media(max-width:3531px){.ce_headervideo { width:3531px;}}
@media(max-width:3530px){.ce_headervideo { width:3530px;}}
@media(max-width:3529px){.ce_headervideo { width:3529px;}}
@media(max-width:3528px){.ce_headervideo { width:3528px;}}
@media(max-width:3527px){.ce_headervideo { width:3527px;}}
@media(max-width:3526px){.ce_headervideo { width:3526px;}}
@media(max-width:3525px){.ce_headervideo { width:3525px;}}
@media(max-width:3524px){.ce_headervideo { width:3524px;}}
@media(max-width:3523px){.ce_headervideo { width:3523px;}}
@media(max-width:3522px){.ce_headervideo { width:3522px;}}
@media(max-width:3521px){.ce_headervideo { width:3521px;}}
@media(max-width:3520px){.ce_headervideo { width:3520px;}}
@media(max-width:3519px){.ce_headervideo { width:3519px;}}
@media(max-width:3518px){.ce_headervideo { width:3518px;}}
@media(max-width:3517px){.ce_headervideo { width:3517px;}}
@media(max-width:3516px){.ce_headervideo { width:3516px;}}
@media(max-width:3515px){.ce_headervideo { width:3515px;}}
@media(max-width:3514px){.ce_headervideo { width:3514px;}}
@media(max-width:3513px){.ce_headervideo { width:3513px;}}
@media(max-width:3512px){.ce_headervideo { width:3512px;}}
@media(max-width:3511px){.ce_headervideo { width:3511px;}}
@media(max-width:3510px){.ce_headervideo { width:3510px;}}
@media(max-width:3509px){.ce_headervideo { width:3509px;}}
@media(max-width:3508px){.ce_headervideo { width:3508px;}}
@media(max-width:3507px){.ce_headervideo { width:3507px;}}
@media(max-width:3506px){.ce_headervideo { width:3506px;}}
@media(max-width:3505px){.ce_headervideo { width:3505px;}}
@media(max-width:3504px){.ce_headervideo { width:3504px;}}
@media(max-width:3503px){.ce_headervideo { width:3503px;}}
@media(max-width:3502px){.ce_headervideo { width:3502px;}}
@media(max-width:3501px){.ce_headervideo { width:3501px;}}
@media(max-width:3500px){.ce_headervideo { width:3500px;}}
@media(max-width:3499px){.ce_headervideo { width:3499px;}}
@media(max-width:3498px){.ce_headervideo { width:3498px;}}
@media(max-width:3497px){.ce_headervideo { width:3497px;}}
@media(max-width:3496px){.ce_headervideo { width:3496px;}}
@media(max-width:3495px){.ce_headervideo { width:3495px;}}
@media(max-width:3494px){.ce_headervideo { width:3494px;}}
@media(max-width:3493px){.ce_headervideo { width:3493px;}}
@media(max-width:3492px){.ce_headervideo { width:3492px;}}
@media(max-width:3491px){.ce_headervideo { width:3491px;}}
@media(max-width:3490px){.ce_headervideo { width:3490px;}}
@media(max-width:3489px){.ce_headervideo { width:3489px;}}
@media(max-width:3488px){.ce_headervideo { width:3488px;}}
@media(max-width:3487px){.ce_headervideo { width:3487px;}}
@media(max-width:3486px){.ce_headervideo { width:3486px;}}
@media(max-width:3485px){.ce_headervideo { width:3485px;}}
@media(max-width:3484px){.ce_headervideo { width:3484px;}}
@media(max-width:3483px){.ce_headervideo { width:3483px;}}
@media(max-width:3482px){.ce_headervideo { width:3482px;}}
@media(max-width:3481px){.ce_headervideo { width:3481px;}}
@media(max-width:3480px){.ce_headervideo { width:3480px;}}
@media(max-width:3479px){.ce_headervideo { width:3479px;}}
@media(max-width:3478px){.ce_headervideo { width:3478px;}}
@media(max-width:3477px){.ce_headervideo { width:3477px;}}
@media(max-width:3476px){.ce_headervideo { width:3476px;}}
@media(max-width:3475px){.ce_headervideo { width:3475px;}}
@media(max-width:3474px){.ce_headervideo { width:3474px;}}
@media(max-width:3473px){.ce_headervideo { width:3473px;}}
@media(max-width:3472px){.ce_headervideo { width:3472px;}}
@media(max-width:3471px){.ce_headervideo { width:3471px;}}
@media(max-width:3470px){.ce_headervideo { width:3470px;}}
@media(max-width:3469px){.ce_headervideo { width:3469px;}}
@media(max-width:3468px){.ce_headervideo { width:3468px;}}
@media(max-width:3467px){.ce_headervideo { width:3467px;}}
@media(max-width:3466px){.ce_headervideo { width:3466px;}}
@media(max-width:3465px){.ce_headervideo { width:3465px;}}
@media(max-width:3464px){.ce_headervideo { width:3464px;}}
@media(max-width:3463px){.ce_headervideo { width:3463px;}}
@media(max-width:3462px){.ce_headervideo { width:3462px;}}
@media(max-width:3461px){.ce_headervideo { width:3461px;}}
@media(max-width:3460px){.ce_headervideo { width:3460px;}}
@media(max-width:3459px){.ce_headervideo { width:3459px;}}
@media(max-width:3458px){.ce_headervideo { width:3458px;}}
@media(max-width:3457px){.ce_headervideo { width:3457px;}}
@media(max-width:3456px){.ce_headervideo { width:3456px;}}
@media(max-width:3455px){.ce_headervideo { width:3455px;}}
@media(max-width:3454px){.ce_headervideo { width:3454px;}}
@media(max-width:3453px){.ce_headervideo { width:3453px;}}
@media(max-width:3452px){.ce_headervideo { width:3452px;}}
@media(max-width:3451px){.ce_headervideo { width:3451px;}}
@media(max-width:3450px){.ce_headervideo { width:3450px;}}
@media(max-width:3449px){.ce_headervideo { width:3449px;}}
@media(max-width:3448px){.ce_headervideo { width:3448px;}}
@media(max-width:3447px){.ce_headervideo { width:3447px;}}
@media(max-width:3446px){.ce_headervideo { width:3446px;}}
@media(max-width:3445px){.ce_headervideo { width:3445px;}}
@media(max-width:3444px){.ce_headervideo { width:3444px;}}
@media(max-width:3443px){.ce_headervideo { width:3443px;}}
@media(max-width:3442px){.ce_headervideo { width:3442px;}}
@media(max-width:3441px){.ce_headervideo { width:3441px;}}
@media(max-width:3440px){.ce_headervideo { width:3440px;}}
@media(max-width:3439px){.ce_headervideo { width:3439px;}}
@media(max-width:3438px){.ce_headervideo { width:3438px;}}
@media(max-width:3437px){.ce_headervideo { width:3437px;}}
@media(max-width:3436px){.ce_headervideo { width:3436px;}}
@media(max-width:3435px){.ce_headervideo { width:3435px;}}
@media(max-width:3434px){.ce_headervideo { width:3434px;}}
@media(max-width:3433px){.ce_headervideo { width:3433px;}}
@media(max-width:3432px){.ce_headervideo { width:3432px;}}
@media(max-width:3431px){.ce_headervideo { width:3431px;}}
@media(max-width:3430px){.ce_headervideo { width:3430px;}}
@media(max-width:3429px){.ce_headervideo { width:3429px;}}
@media(max-width:3428px){.ce_headervideo { width:3428px;}}
@media(max-width:3427px){.ce_headervideo { width:3427px;}}
@media(max-width:3426px){.ce_headervideo { width:3426px;}}
@media(max-width:3425px){.ce_headervideo { width:3425px;}}
@media(max-width:3424px){.ce_headervideo { width:3424px;}}
@media(max-width:3423px){.ce_headervideo { width:3423px;}}
@media(max-width:3422px){.ce_headervideo { width:3422px;}}
@media(max-width:3421px){.ce_headervideo { width:3421px;}}
@media(max-width:3420px){.ce_headervideo { width:3420px;}}
@media(max-width:3419px){.ce_headervideo { width:3419px;}}
@media(max-width:3418px){.ce_headervideo { width:3418px;}}
@media(max-width:3417px){.ce_headervideo { width:3417px;}}
@media(max-width:3416px){.ce_headervideo { width:3416px;}}
@media(max-width:3415px){.ce_headervideo { width:3415px;}}
@media(max-width:3414px){.ce_headervideo { width:3414px;}}
@media(max-width:3413px){.ce_headervideo { width:3413px;}}
@media(max-width:3412px){.ce_headervideo { width:3412px;}}
@media(max-width:3411px){.ce_headervideo { width:3411px;}}
@media(max-width:3410px){.ce_headervideo { width:3410px;}}
@media(max-width:3409px){.ce_headervideo { width:3409px;}}
@media(max-width:3408px){.ce_headervideo { width:3408px;}}
@media(max-width:3407px){.ce_headervideo { width:3407px;}}
@media(max-width:3406px){.ce_headervideo { width:3406px;}}
@media(max-width:3405px){.ce_headervideo { width:3405px;}}
@media(max-width:3404px){.ce_headervideo { width:3404px;}}
@media(max-width:3403px){.ce_headervideo { width:3403px;}}
@media(max-width:3402px){.ce_headervideo { width:3402px;}}
@media(max-width:3401px){.ce_headervideo { width:3401px;}}
@media(max-width:3400px){.ce_headervideo { width:3400px;}}
@media(max-width:3399px){.ce_headervideo { width:3399px;}}
@media(max-width:3398px){.ce_headervideo { width:3398px;}}
@media(max-width:3397px){.ce_headervideo { width:3397px;}}
@media(max-width:3396px){.ce_headervideo { width:3396px;}}
@media(max-width:3395px){.ce_headervideo { width:3395px;}}
@media(max-width:3394px){.ce_headervideo { width:3394px;}}
@media(max-width:3393px){.ce_headervideo { width:3393px;}}
@media(max-width:3392px){.ce_headervideo { width:3392px;}}
@media(max-width:3391px){.ce_headervideo { width:3391px;}}
@media(max-width:3390px){.ce_headervideo { width:3390px;}}
@media(max-width:3389px){.ce_headervideo { width:3389px;}}
@media(max-width:3388px){.ce_headervideo { width:3388px;}}
@media(max-width:3387px){.ce_headervideo { width:3387px;}}
@media(max-width:3386px){.ce_headervideo { width:3386px;}}
@media(max-width:3385px){.ce_headervideo { width:3385px;}}
@media(max-width:3384px){.ce_headervideo { width:3384px;}}
@media(max-width:3383px){.ce_headervideo { width:3383px;}}
@media(max-width:3382px){.ce_headervideo { width:3382px;}}
@media(max-width:3381px){.ce_headervideo { width:3381px;}}
@media(max-width:3380px){.ce_headervideo { width:3380px;}}
@media(max-width:3379px){.ce_headervideo { width:3379px;}}
@media(max-width:3378px){.ce_headervideo { width:3378px;}}
@media(max-width:3377px){.ce_headervideo { width:3377px;}}
@media(max-width:3376px){.ce_headervideo { width:3376px;}}
@media(max-width:3375px){.ce_headervideo { width:3375px;}}
@media(max-width:3374px){.ce_headervideo { width:3374px;}}
@media(max-width:3373px){.ce_headervideo { width:3373px;}}
@media(max-width:3372px){.ce_headervideo { width:3372px;}}
@media(max-width:3371px){.ce_headervideo { width:3371px;}}
@media(max-width:3370px){.ce_headervideo { width:3370px;}}
@media(max-width:3369px){.ce_headervideo { width:3369px;}}
@media(max-width:3368px){.ce_headervideo { width:3368px;}}
@media(max-width:3367px){.ce_headervideo { width:3367px;}}
@media(max-width:3366px){.ce_headervideo { width:3366px;}}
@media(max-width:3365px){.ce_headervideo { width:3365px;}}
@media(max-width:3364px){.ce_headervideo { width:3364px;}}
@media(max-width:3363px){.ce_headervideo { width:3363px;}}
@media(max-width:3362px){.ce_headervideo { width:3362px;}}
@media(max-width:3361px){.ce_headervideo { width:3361px;}}
@media(max-width:3360px){.ce_headervideo { width:3360px;}}
@media(max-width:3359px){.ce_headervideo { width:3359px;}}
@media(max-width:3358px){.ce_headervideo { width:3358px;}}
@media(max-width:3357px){.ce_headervideo { width:3357px;}}
@media(max-width:3356px){.ce_headervideo { width:3356px;}}
@media(max-width:3355px){.ce_headervideo { width:3355px;}}
@media(max-width:3354px){.ce_headervideo { width:3354px;}}
@media(max-width:3353px){.ce_headervideo { width:3353px;}}
@media(max-width:3352px){.ce_headervideo { width:3352px;}}
@media(max-width:3351px){.ce_headervideo { width:3351px;}}
@media(max-width:3350px){.ce_headervideo { width:3350px;}}
@media(max-width:3349px){.ce_headervideo { width:3349px;}}
@media(max-width:3348px){.ce_headervideo { width:3348px;}}
@media(max-width:3347px){.ce_headervideo { width:3347px;}}
@media(max-width:3346px){.ce_headervideo { width:3346px;}}
@media(max-width:3345px){.ce_headervideo { width:3345px;}}
@media(max-width:3344px){.ce_headervideo { width:3344px;}}
@media(max-width:3343px){.ce_headervideo { width:3343px;}}
@media(max-width:3342px){.ce_headervideo { width:3342px;}}
@media(max-width:3341px){.ce_headervideo { width:3341px;}}
@media(max-width:3340px){.ce_headervideo { width:3340px;}}
@media(max-width:3339px){.ce_headervideo { width:3339px;}}
@media(max-width:3338px){.ce_headervideo { width:3338px;}}
@media(max-width:3337px){.ce_headervideo { width:3337px;}}
@media(max-width:3336px){.ce_headervideo { width:3336px;}}
@media(max-width:3335px){.ce_headervideo { width:3335px;}}
@media(max-width:3334px){.ce_headervideo { width:3334px;}}
@media(max-width:3333px){.ce_headervideo { width:3333px;}}
@media(max-width:3332px){.ce_headervideo { width:3332px;}}
@media(max-width:3331px){.ce_headervideo { width:3331px;}}
@media(max-width:3330px){.ce_headervideo { width:3330px;}}
@media(max-width:3329px){.ce_headervideo { width:3329px;}}
@media(max-width:3328px){.ce_headervideo { width:3328px;}}
@media(max-width:3327px){.ce_headervideo { width:3327px;}}
@media(max-width:3326px){.ce_headervideo { width:3326px;}}
@media(max-width:3325px){.ce_headervideo { width:3325px;}}
@media(max-width:3324px){.ce_headervideo { width:3324px;}}
@media(max-width:3323px){.ce_headervideo { width:3323px;}}
@media(max-width:3322px){.ce_headervideo { width:3322px;}}
@media(max-width:3321px){.ce_headervideo { width:3321px;}}
@media(max-width:3320px){.ce_headervideo { width:3320px;}}
@media(max-width:3319px){.ce_headervideo { width:3319px;}}
@media(max-width:3318px){.ce_headervideo { width:3318px;}}
@media(max-width:3317px){.ce_headervideo { width:3317px;}}
@media(max-width:3316px){.ce_headervideo { width:3316px;}}
@media(max-width:3315px){.ce_headervideo { width:3315px;}}
@media(max-width:3314px){.ce_headervideo { width:3314px;}}
@media(max-width:3313px){.ce_headervideo { width:3313px;}}
@media(max-width:3312px){.ce_headervideo { width:3312px;}}
@media(max-width:3311px){.ce_headervideo { width:3311px;}}
@media(max-width:3310px){.ce_headervideo { width:3310px;}}
@media(max-width:3309px){.ce_headervideo { width:3309px;}}
@media(max-width:3308px){.ce_headervideo { width:3308px;}}
@media(max-width:3307px){.ce_headervideo { width:3307px;}}
@media(max-width:3306px){.ce_headervideo { width:3306px;}}
@media(max-width:3305px){.ce_headervideo { width:3305px;}}
@media(max-width:3304px){.ce_headervideo { width:3304px;}}
@media(max-width:3303px){.ce_headervideo { width:3303px;}}
@media(max-width:3302px){.ce_headervideo { width:3302px;}}
@media(max-width:3301px){.ce_headervideo { width:3301px;}}
@media(max-width:3300px){.ce_headervideo { width:3300px;}}
@media(max-width:3299px){.ce_headervideo { width:3299px;}}
@media(max-width:3298px){.ce_headervideo { width:3298px;}}
@media(max-width:3297px){.ce_headervideo { width:3297px;}}
@media(max-width:3296px){.ce_headervideo { width:3296px;}}
@media(max-width:3295px){.ce_headervideo { width:3295px;}}
@media(max-width:3294px){.ce_headervideo { width:3294px;}}
@media(max-width:3293px){.ce_headervideo { width:3293px;}}
@media(max-width:3292px){.ce_headervideo { width:3292px;}}
@media(max-width:3291px){.ce_headervideo { width:3291px;}}
@media(max-width:3290px){.ce_headervideo { width:3290px;}}
@media(max-width:3289px){.ce_headervideo { width:3289px;}}
@media(max-width:3288px){.ce_headervideo { width:3288px;}}
@media(max-width:3287px){.ce_headervideo { width:3287px;}}
@media(max-width:3286px){.ce_headervideo { width:3286px;}}
@media(max-width:3285px){.ce_headervideo { width:3285px;}}
@media(max-width:3284px){.ce_headervideo { width:3284px;}}
@media(max-width:3283px){.ce_headervideo { width:3283px;}}
@media(max-width:3282px){.ce_headervideo { width:3282px;}}
@media(max-width:3281px){.ce_headervideo { width:3281px;}}
@media(max-width:3280px){.ce_headervideo { width:3280px;}}
@media(max-width:3279px){.ce_headervideo { width:3279px;}}
@media(max-width:3278px){.ce_headervideo { width:3278px;}}
@media(max-width:3277px){.ce_headervideo { width:3277px;}}
@media(max-width:3276px){.ce_headervideo { width:3276px;}}
@media(max-width:3275px){.ce_headervideo { width:3275px;}}
@media(max-width:3274px){.ce_headervideo { width:3274px;}}
@media(max-width:3273px){.ce_headervideo { width:3273px;}}
@media(max-width:3272px){.ce_headervideo { width:3272px;}}
@media(max-width:3271px){.ce_headervideo { width:3271px;}}
@media(max-width:3270px){.ce_headervideo { width:3270px;}}
@media(max-width:3269px){.ce_headervideo { width:3269px;}}
@media(max-width:3268px){.ce_headervideo { width:3268px;}}
@media(max-width:3267px){.ce_headervideo { width:3267px;}}
@media(max-width:3266px){.ce_headervideo { width:3266px;}}
@media(max-width:3265px){.ce_headervideo { width:3265px;}}
@media(max-width:3264px){.ce_headervideo { width:3264px;}}
@media(max-width:3263px){.ce_headervideo { width:3263px;}}
@media(max-width:3262px){.ce_headervideo { width:3262px;}}
@media(max-width:3261px){.ce_headervideo { width:3261px;}}
@media(max-width:3260px){.ce_headervideo { width:3260px;}}
@media(max-width:3259px){.ce_headervideo { width:3259px;}}
@media(max-width:3258px){.ce_headervideo { width:3258px;}}
@media(max-width:3257px){.ce_headervideo { width:3257px;}}
@media(max-width:3256px){.ce_headervideo { width:3256px;}}
@media(max-width:3255px){.ce_headervideo { width:3255px;}}
@media(max-width:3254px){.ce_headervideo { width:3254px;}}
@media(max-width:3253px){.ce_headervideo { width:3253px;}}
@media(max-width:3252px){.ce_headervideo { width:3252px;}}
@media(max-width:3251px){.ce_headervideo { width:3251px;}}
@media(max-width:3250px){.ce_headervideo { width:3250px;}}
@media(max-width:3249px){.ce_headervideo { width:3249px;}}
@media(max-width:3248px){.ce_headervideo { width:3248px;}}
@media(max-width:3247px){.ce_headervideo { width:3247px;}}
@media(max-width:3246px){.ce_headervideo { width:3246px;}}
@media(max-width:3245px){.ce_headervideo { width:3245px;}}
@media(max-width:3244px){.ce_headervideo { width:3244px;}}
@media(max-width:3243px){.ce_headervideo { width:3243px;}}
@media(max-width:3242px){.ce_headervideo { width:3242px;}}
@media(max-width:3241px){.ce_headervideo { width:3241px;}}
@media(max-width:3240px){.ce_headervideo { width:3240px;}}
@media(max-width:3239px){.ce_headervideo { width:3239px;}}
@media(max-width:3238px){.ce_headervideo { width:3238px;}}
@media(max-width:3237px){.ce_headervideo { width:3237px;}}
@media(max-width:3236px){.ce_headervideo { width:3236px;}}
@media(max-width:3235px){.ce_headervideo { width:3235px;}}
@media(max-width:3234px){.ce_headervideo { width:3234px;}}
@media(max-width:3233px){.ce_headervideo { width:3233px;}}
@media(max-width:3232px){.ce_headervideo { width:3232px;}}
@media(max-width:3231px){.ce_headervideo { width:3231px;}}
@media(max-width:3230px){.ce_headervideo { width:3230px;}}
@media(max-width:3229px){.ce_headervideo { width:3229px;}}
@media(max-width:3228px){.ce_headervideo { width:3228px;}}
@media(max-width:3227px){.ce_headervideo { width:3227px;}}
@media(max-width:3226px){.ce_headervideo { width:3226px;}}
@media(max-width:3225px){.ce_headervideo { width:3225px;}}
@media(max-width:3224px){.ce_headervideo { width:3224px;}}
@media(max-width:3223px){.ce_headervideo { width:3223px;}}
@media(max-width:3222px){.ce_headervideo { width:3222px;}}
@media(max-width:3221px){.ce_headervideo { width:3221px;}}
@media(max-width:3220px){.ce_headervideo { width:3220px;}}
@media(max-width:3219px){.ce_headervideo { width:3219px;}}
@media(max-width:3218px){.ce_headervideo { width:3218px;}}
@media(max-width:3217px){.ce_headervideo { width:3217px;}}
@media(max-width:3216px){.ce_headervideo { width:3216px;}}
@media(max-width:3215px){.ce_headervideo { width:3215px;}}
@media(max-width:3214px){.ce_headervideo { width:3214px;}}
@media(max-width:3213px){.ce_headervideo { width:3213px;}}
@media(max-width:3212px){.ce_headervideo { width:3212px;}}
@media(max-width:3211px){.ce_headervideo { width:3211px;}}
@media(max-width:3210px){.ce_headervideo { width:3210px;}}
@media(max-width:3209px){.ce_headervideo { width:3209px;}}
@media(max-width:3208px){.ce_headervideo { width:3208px;}}
@media(max-width:3207px){.ce_headervideo { width:3207px;}}
@media(max-width:3206px){.ce_headervideo { width:3206px;}}
@media(max-width:3205px){.ce_headervideo { width:3205px;}}
@media(max-width:3204px){.ce_headervideo { width:3204px;}}
@media(max-width:3203px){.ce_headervideo { width:3203px;}}
@media(max-width:3202px){.ce_headervideo { width:3202px;}}
@media(max-width:3201px){.ce_headervideo { width:3201px;}}
@media(max-width:3200px){.ce_headervideo { width:3200px;}}
@media(max-width:3199px){.ce_headervideo { width:3199px;}}
@media(max-width:3198px){.ce_headervideo { width:3198px;}}
@media(max-width:3197px){.ce_headervideo { width:3197px;}}
@media(max-width:3196px){.ce_headervideo { width:3196px;}}
@media(max-width:3195px){.ce_headervideo { width:3195px;}}
@media(max-width:3194px){.ce_headervideo { width:3194px;}}
@media(max-width:3193px){.ce_headervideo { width:3193px;}}
@media(max-width:3192px){.ce_headervideo { width:3192px;}}
@media(max-width:3191px){.ce_headervideo { width:3191px;}}
@media(max-width:3190px){.ce_headervideo { width:3190px;}}
@media(max-width:3189px){.ce_headervideo { width:3189px;}}
@media(max-width:3188px){.ce_headervideo { width:3188px;}}
@media(max-width:3187px){.ce_headervideo { width:3187px;}}
@media(max-width:3186px){.ce_headervideo { width:3186px;}}
@media(max-width:3185px){.ce_headervideo { width:3185px;}}
@media(max-width:3184px){.ce_headervideo { width:3184px;}}
@media(max-width:3183px){.ce_headervideo { width:3183px;}}
@media(max-width:3182px){.ce_headervideo { width:3182px;}}
@media(max-width:3181px){.ce_headervideo { width:3181px;}}
@media(max-width:3180px){.ce_headervideo { width:3180px;}}
@media(max-width:3179px){.ce_headervideo { width:3179px;}}
@media(max-width:3178px){.ce_headervideo { width:3178px;}}
@media(max-width:3177px){.ce_headervideo { width:3177px;}}
@media(max-width:3176px){.ce_headervideo { width:3176px;}}
@media(max-width:3175px){.ce_headervideo { width:3175px;}}
@media(max-width:3174px){.ce_headervideo { width:3174px;}}
@media(max-width:3173px){.ce_headervideo { width:3173px;}}
@media(max-width:3172px){.ce_headervideo { width:3172px;}}
@media(max-width:3171px){.ce_headervideo { width:3171px;}}
@media(max-width:3170px){.ce_headervideo { width:3170px;}}
@media(max-width:3169px){.ce_headervideo { width:3169px;}}
@media(max-width:3168px){.ce_headervideo { width:3168px;}}
@media(max-width:3167px){.ce_headervideo { width:3167px;}}
@media(max-width:3166px){.ce_headervideo { width:3166px;}}
@media(max-width:3165px){.ce_headervideo { width:3165px;}}
@media(max-width:3164px){.ce_headervideo { width:3164px;}}
@media(max-width:3163px){.ce_headervideo { width:3163px;}}
@media(max-width:3162px){.ce_headervideo { width:3162px;}}
@media(max-width:3161px){.ce_headervideo { width:3161px;}}
@media(max-width:3160px){.ce_headervideo { width:3160px;}}
@media(max-width:3159px){.ce_headervideo { width:3159px;}}
@media(max-width:3158px){.ce_headervideo { width:3158px;}}
@media(max-width:3157px){.ce_headervideo { width:3157px;}}
@media(max-width:3156px){.ce_headervideo { width:3156px;}}
@media(max-width:3155px){.ce_headervideo { width:3155px;}}
@media(max-width:3154px){.ce_headervideo { width:3154px;}}
@media(max-width:3153px){.ce_headervideo { width:3153px;}}
@media(max-width:3152px){.ce_headervideo { width:3152px;}}
@media(max-width:3151px){.ce_headervideo { width:3151px;}}
@media(max-width:3150px){.ce_headervideo { width:3150px;}}
@media(max-width:3149px){.ce_headervideo { width:3149px;}}
@media(max-width:3148px){.ce_headervideo { width:3148px;}}
@media(max-width:3147px){.ce_headervideo { width:3147px;}}
@media(max-width:3146px){.ce_headervideo { width:3146px;}}
@media(max-width:3145px){.ce_headervideo { width:3145px;}}
@media(max-width:3144px){.ce_headervideo { width:3144px;}}
@media(max-width:3143px){.ce_headervideo { width:3143px;}}
@media(max-width:3142px){.ce_headervideo { width:3142px;}}
@media(max-width:3141px){.ce_headervideo { width:3141px;}}
@media(max-width:3140px){.ce_headervideo { width:3140px;}}
@media(max-width:3139px){.ce_headervideo { width:3139px;}}
@media(max-width:3138px){.ce_headervideo { width:3138px;}}
@media(max-width:3137px){.ce_headervideo { width:3137px;}}
@media(max-width:3136px){.ce_headervideo { width:3136px;}}
@media(max-width:3135px){.ce_headervideo { width:3135px;}}
@media(max-width:3134px){.ce_headervideo { width:3134px;}}
@media(max-width:3133px){.ce_headervideo { width:3133px;}}
@media(max-width:3132px){.ce_headervideo { width:3132px;}}
@media(max-width:3131px){.ce_headervideo { width:3131px;}}
@media(max-width:3130px){.ce_headervideo { width:3130px;}}
@media(max-width:3129px){.ce_headervideo { width:3129px;}}
@media(max-width:3128px){.ce_headervideo { width:3128px;}}
@media(max-width:3127px){.ce_headervideo { width:3127px;}}
@media(max-width:3126px){.ce_headervideo { width:3126px;}}
@media(max-width:3125px){.ce_headervideo { width:3125px;}}
@media(max-width:3124px){.ce_headervideo { width:3124px;}}
@media(max-width:3123px){.ce_headervideo { width:3123px;}}
@media(max-width:3122px){.ce_headervideo { width:3122px;}}
@media(max-width:3121px){.ce_headervideo { width:3121px;}}
@media(max-width:3120px){.ce_headervideo { width:3120px;}}
@media(max-width:3119px){.ce_headervideo { width:3119px;}}
@media(max-width:3118px){.ce_headervideo { width:3118px;}}
@media(max-width:3117px){.ce_headervideo { width:3117px;}}
@media(max-width:3116px){.ce_headervideo { width:3116px;}}
@media(max-width:3115px){.ce_headervideo { width:3115px;}}
@media(max-width:3114px){.ce_headervideo { width:3114px;}}
@media(max-width:3113px){.ce_headervideo { width:3113px;}}
@media(max-width:3112px){.ce_headervideo { width:3112px;}}
@media(max-width:3111px){.ce_headervideo { width:3111px;}}
@media(max-width:3110px){.ce_headervideo { width:3110px;}}
@media(max-width:3109px){.ce_headervideo { width:3109px;}}
@media(max-width:3108px){.ce_headervideo { width:3108px;}}
@media(max-width:3107px){.ce_headervideo { width:3107px;}}
@media(max-width:3106px){.ce_headervideo { width:3106px;}}
@media(max-width:3105px){.ce_headervideo { width:3105px;}}
@media(max-width:3104px){.ce_headervideo { width:3104px;}}
@media(max-width:3103px){.ce_headervideo { width:3103px;}}
@media(max-width:3102px){.ce_headervideo { width:3102px;}}
@media(max-width:3101px){.ce_headervideo { width:3101px;}}
@media(max-width:3100px){.ce_headervideo { width:3100px;}}
@media(max-width:3099px){.ce_headervideo { width:3099px;}}
@media(max-width:3098px){.ce_headervideo { width:3098px;}}
@media(max-width:3097px){.ce_headervideo { width:3097px;}}
@media(max-width:3096px){.ce_headervideo { width:3096px;}}
@media(max-width:3095px){.ce_headervideo { width:3095px;}}
@media(max-width:3094px){.ce_headervideo { width:3094px;}}
@media(max-width:3093px){.ce_headervideo { width:3093px;}}
@media(max-width:3092px){.ce_headervideo { width:3092px;}}
@media(max-width:3091px){.ce_headervideo { width:3091px;}}
@media(max-width:3090px){.ce_headervideo { width:3090px;}}
@media(max-width:3089px){.ce_headervideo { width:3089px;}}
@media(max-width:3088px){.ce_headervideo { width:3088px;}}
@media(max-width:3087px){.ce_headervideo { width:3087px;}}
@media(max-width:3086px){.ce_headervideo { width:3086px;}}
@media(max-width:3085px){.ce_headervideo { width:3085px;}}
@media(max-width:3084px){.ce_headervideo { width:3084px;}}
@media(max-width:3083px){.ce_headervideo { width:3083px;}}
@media(max-width:3082px){.ce_headervideo { width:3082px;}}
@media(max-width:3081px){.ce_headervideo { width:3081px;}}
@media(max-width:3080px){.ce_headervideo { width:3080px;}}
@media(max-width:3079px){.ce_headervideo { width:3079px;}}
@media(max-width:3078px){.ce_headervideo { width:3078px;}}
@media(max-width:3077px){.ce_headervideo { width:3077px;}}
@media(max-width:3076px){.ce_headervideo { width:3076px;}}
@media(max-width:3075px){.ce_headervideo { width:3075px;}}
@media(max-width:3074px){.ce_headervideo { width:3074px;}}
@media(max-width:3073px){.ce_headervideo { width:3073px;}}
@media(max-width:3072px){.ce_headervideo { width:3072px;}}
@media(max-width:3071px){.ce_headervideo { width:3071px;}}
@media(max-width:3070px){.ce_headervideo { width:3070px;}}
@media(max-width:3069px){.ce_headervideo { width:3069px;}}
@media(max-width:3068px){.ce_headervideo { width:3068px;}}
@media(max-width:3067px){.ce_headervideo { width:3067px;}}
@media(max-width:3066px){.ce_headervideo { width:3066px;}}
@media(max-width:3065px){.ce_headervideo { width:3065px;}}
@media(max-width:3064px){.ce_headervideo { width:3064px;}}
@media(max-width:3063px){.ce_headervideo { width:3063px;}}
@media(max-width:3062px){.ce_headervideo { width:3062px;}}
@media(max-width:3061px){.ce_headervideo { width:3061px;}}
@media(max-width:3060px){.ce_headervideo { width:3060px;}}
@media(max-width:3059px){.ce_headervideo { width:3059px;}}
@media(max-width:3058px){.ce_headervideo { width:3058px;}}
@media(max-width:3057px){.ce_headervideo { width:3057px;}}
@media(max-width:3056px){.ce_headervideo { width:3056px;}}
@media(max-width:3055px){.ce_headervideo { width:3055px;}}
@media(max-width:3054px){.ce_headervideo { width:3054px;}}
@media(max-width:3053px){.ce_headervideo { width:3053px;}}
@media(max-width:3052px){.ce_headervideo { width:3052px;}}
@media(max-width:3051px){.ce_headervideo { width:3051px;}}
@media(max-width:3050px){.ce_headervideo { width:3050px;}}
@media(max-width:3049px){.ce_headervideo { width:3049px;}}
@media(max-width:3048px){.ce_headervideo { width:3048px;}}
@media(max-width:3047px){.ce_headervideo { width:3047px;}}
@media(max-width:3046px){.ce_headervideo { width:3046px;}}
@media(max-width:3045px){.ce_headervideo { width:3045px;}}
@media(max-width:3044px){.ce_headervideo { width:3044px;}}
@media(max-width:3043px){.ce_headervideo { width:3043px;}}
@media(max-width:3042px){.ce_headervideo { width:3042px;}}
@media(max-width:3041px){.ce_headervideo { width:3041px;}}
@media(max-width:3040px){.ce_headervideo { width:3040px;}}
@media(max-width:3039px){.ce_headervideo { width:3039px;}}
@media(max-width:3038px){.ce_headervideo { width:3038px;}}
@media(max-width:3037px){.ce_headervideo { width:3037px;}}
@media(max-width:3036px){.ce_headervideo { width:3036px;}}
@media(max-width:3035px){.ce_headervideo { width:3035px;}}
@media(max-width:3034px){.ce_headervideo { width:3034px;}}
@media(max-width:3033px){.ce_headervideo { width:3033px;}}
@media(max-width:3032px){.ce_headervideo { width:3032px;}}
@media(max-width:3031px){.ce_headervideo { width:3031px;}}
@media(max-width:3030px){.ce_headervideo { width:3030px;}}
@media(max-width:3029px){.ce_headervideo { width:3029px;}}
@media(max-width:3028px){.ce_headervideo { width:3028px;}}
@media(max-width:3027px){.ce_headervideo { width:3027px;}}
@media(max-width:3026px){.ce_headervideo { width:3026px;}}
@media(max-width:3025px){.ce_headervideo { width:3025px;}}
@media(max-width:3024px){.ce_headervideo { width:3024px;}}
@media(max-width:3023px){.ce_headervideo { width:3023px;}}
@media(max-width:3022px){.ce_headervideo { width:3022px;}}
@media(max-width:3021px){.ce_headervideo { width:3021px;}}
@media(max-width:3020px){.ce_headervideo { width:3020px;}}
@media(max-width:3019px){.ce_headervideo { width:3019px;}}
@media(max-width:3018px){.ce_headervideo { width:3018px;}}
@media(max-width:3017px){.ce_headervideo { width:3017px;}}
@media(max-width:3016px){.ce_headervideo { width:3016px;}}
@media(max-width:3015px){.ce_headervideo { width:3015px;}}
@media(max-width:3014px){.ce_headervideo { width:3014px;}}
@media(max-width:3013px){.ce_headervideo { width:3013px;}}
@media(max-width:3012px){.ce_headervideo { width:3012px;}}
@media(max-width:3011px){.ce_headervideo { width:3011px;}}
@media(max-width:3010px){.ce_headervideo { width:3010px;}}
@media(max-width:3009px){.ce_headervideo { width:3009px;}}
@media(max-width:3008px){.ce_headervideo { width:3008px;}}
@media(max-width:3007px){.ce_headervideo { width:3007px;}}
@media(max-width:3006px){.ce_headervideo { width:3006px;}}
@media(max-width:3005px){.ce_headervideo { width:3005px;}}
@media(max-width:3004px){.ce_headervideo { width:3004px;}}
@media(max-width:3003px){.ce_headervideo { width:3003px;}}
@media(max-width:3002px){.ce_headervideo { width:3002px;}}
@media(max-width:3001px){.ce_headervideo { width:3001px;}}
@media(max-width:3000px){.ce_headervideo { width:3000px;}}
@media(max-width:2999px){.ce_headervideo { width:2999px;}}
@media(max-width:2998px){.ce_headervideo { width:2998px;}}
@media(max-width:2997px){.ce_headervideo { width:2997px;}}
@media(max-width:2996px){.ce_headervideo { width:2996px;}}
@media(max-width:2995px){.ce_headervideo { width:2995px;}}
@media(max-width:2994px){.ce_headervideo { width:2994px;}}
@media(max-width:2993px){.ce_headervideo { width:2993px;}}
@media(max-width:2992px){.ce_headervideo { width:2992px;}}
@media(max-width:2991px){.ce_headervideo { width:2991px;}}
@media(max-width:2990px){.ce_headervideo { width:2990px;}}
@media(max-width:2989px){.ce_headervideo { width:2989px;}}
@media(max-width:2988px){.ce_headervideo { width:2988px;}}
@media(max-width:2987px){.ce_headervideo { width:2987px;}}
@media(max-width:2986px){.ce_headervideo { width:2986px;}}
@media(max-width:2985px){.ce_headervideo { width:2985px;}}
@media(max-width:2984px){.ce_headervideo { width:2984px;}}
@media(max-width:2983px){.ce_headervideo { width:2983px;}}
@media(max-width:2982px){.ce_headervideo { width:2982px;}}
@media(max-width:2981px){.ce_headervideo { width:2981px;}}
@media(max-width:2980px){.ce_headervideo { width:2980px;}}
@media(max-width:2979px){.ce_headervideo { width:2979px;}}
@media(max-width:2978px){.ce_headervideo { width:2978px;}}
@media(max-width:2977px){.ce_headervideo { width:2977px;}}
@media(max-width:2976px){.ce_headervideo { width:2976px;}}
@media(max-width:2975px){.ce_headervideo { width:2975px;}}
@media(max-width:2974px){.ce_headervideo { width:2974px;}}
@media(max-width:2973px){.ce_headervideo { width:2973px;}}
@media(max-width:2972px){.ce_headervideo { width:2972px;}}
@media(max-width:2971px){.ce_headervideo { width:2971px;}}
@media(max-width:2970px){.ce_headervideo { width:2970px;}}
@media(max-width:2969px){.ce_headervideo { width:2969px;}}
@media(max-width:2968px){.ce_headervideo { width:2968px;}}
@media(max-width:2967px){.ce_headervideo { width:2967px;}}
@media(max-width:2966px){.ce_headervideo { width:2966px;}}
@media(max-width:2965px){.ce_headervideo { width:2965px;}}
@media(max-width:2964px){.ce_headervideo { width:2964px;}}
@media(max-width:2963px){.ce_headervideo { width:2963px;}}
@media(max-width:2962px){.ce_headervideo { width:2962px;}}
@media(max-width:2961px){.ce_headervideo { width:2961px;}}
@media(max-width:2960px){.ce_headervideo { width:2960px;}}
@media(max-width:2959px){.ce_headervideo { width:2959px;}}
@media(max-width:2958px){.ce_headervideo { width:2958px;}}
@media(max-width:2957px){.ce_headervideo { width:2957px;}}
@media(max-width:2956px){.ce_headervideo { width:2956px;}}
@media(max-width:2955px){.ce_headervideo { width:2955px;}}
@media(max-width:2954px){.ce_headervideo { width:2954px;}}
@media(max-width:2953px){.ce_headervideo { width:2953px;}}
@media(max-width:2952px){.ce_headervideo { width:2952px;}}
@media(max-width:2951px){.ce_headervideo { width:2951px;}}
@media(max-width:2950px){.ce_headervideo { width:2950px;}}
@media(max-width:2949px){.ce_headervideo { width:2949px;}}
@media(max-width:2948px){.ce_headervideo { width:2948px;}}
@media(max-width:2947px){.ce_headervideo { width:2947px;}}
@media(max-width:2946px){.ce_headervideo { width:2946px;}}
@media(max-width:2945px){.ce_headervideo { width:2945px;}}
@media(max-width:2944px){.ce_headervideo { width:2944px;}}
@media(max-width:2943px){.ce_headervideo { width:2943px;}}
@media(max-width:2942px){.ce_headervideo { width:2942px;}}
@media(max-width:2941px){.ce_headervideo { width:2941px;}}
@media(max-width:2940px){.ce_headervideo { width:2940px;}}
@media(max-width:2939px){.ce_headervideo { width:2939px;}}
@media(max-width:2938px){.ce_headervideo { width:2938px;}}
@media(max-width:2937px){.ce_headervideo { width:2937px;}}
@media(max-width:2936px){.ce_headervideo { width:2936px;}}
@media(max-width:2935px){.ce_headervideo { width:2935px;}}
@media(max-width:2934px){.ce_headervideo { width:2934px;}}
@media(max-width:2933px){.ce_headervideo { width:2933px;}}
@media(max-width:2932px){.ce_headervideo { width:2932px;}}
@media(max-width:2931px){.ce_headervideo { width:2931px;}}
@media(max-width:2930px){.ce_headervideo { width:2930px;}}
@media(max-width:2929px){.ce_headervideo { width:2929px;}}
@media(max-width:2928px){.ce_headervideo { width:2928px;}}
@media(max-width:2927px){.ce_headervideo { width:2927px;}}
@media(max-width:2926px){.ce_headervideo { width:2926px;}}
@media(max-width:2925px){.ce_headervideo { width:2925px;}}
@media(max-width:2924px){.ce_headervideo { width:2924px;}}
@media(max-width:2923px){.ce_headervideo { width:2923px;}}
@media(max-width:2922px){.ce_headervideo { width:2922px;}}
@media(max-width:2921px){.ce_headervideo { width:2921px;}}
@media(max-width:2920px){.ce_headervideo { width:2920px;}}
@media(max-width:2919px){.ce_headervideo { width:2919px;}}
@media(max-width:2918px){.ce_headervideo { width:2918px;}}
@media(max-width:2917px){.ce_headervideo { width:2917px;}}
@media(max-width:2916px){.ce_headervideo { width:2916px;}}
@media(max-width:2915px){.ce_headervideo { width:2915px;}}
@media(max-width:2914px){.ce_headervideo { width:2914px;}}
@media(max-width:2913px){.ce_headervideo { width:2913px;}}
@media(max-width:2912px){.ce_headervideo { width:2912px;}}
@media(max-width:2911px){.ce_headervideo { width:2911px;}}
@media(max-width:2910px){.ce_headervideo { width:2910px;}}
@media(max-width:2909px){.ce_headervideo { width:2909px;}}
@media(max-width:2908px){.ce_headervideo { width:2908px;}}
@media(max-width:2907px){.ce_headervideo { width:2907px;}}
@media(max-width:2906px){.ce_headervideo { width:2906px;}}
@media(max-width:2905px){.ce_headervideo { width:2905px;}}
@media(max-width:2904px){.ce_headervideo { width:2904px;}}
@media(max-width:2903px){.ce_headervideo { width:2903px;}}
@media(max-width:2902px){.ce_headervideo { width:2902px;}}
@media(max-width:2901px){.ce_headervideo { width:2901px;}}
@media(max-width:2900px){.ce_headervideo { width:2900px;}}
@media(max-width:2899px){.ce_headervideo { width:2899px;}}
@media(max-width:2898px){.ce_headervideo { width:2898px;}}
@media(max-width:2897px){.ce_headervideo { width:2897px;}}
@media(max-width:2896px){.ce_headervideo { width:2896px;}}
@media(max-width:2895px){.ce_headervideo { width:2895px;}}
@media(max-width:2894px){.ce_headervideo { width:2894px;}}
@media(max-width:2893px){.ce_headervideo { width:2893px;}}
@media(max-width:2892px){.ce_headervideo { width:2892px;}}
@media(max-width:2891px){.ce_headervideo { width:2891px;}}
@media(max-width:2890px){.ce_headervideo { width:2890px;}}
@media(max-width:2889px){.ce_headervideo { width:2889px;}}
@media(max-width:2888px){.ce_headervideo { width:2888px;}}
@media(max-width:2887px){.ce_headervideo { width:2887px;}}
@media(max-width:2886px){.ce_headervideo { width:2886px;}}
@media(max-width:2885px){.ce_headervideo { width:2885px;}}
@media(max-width:2884px){.ce_headervideo { width:2884px;}}
@media(max-width:2883px){.ce_headervideo { width:2883px;}}
@media(max-width:2882px){.ce_headervideo { width:2882px;}}
@media(max-width:2881px){.ce_headervideo { width:2881px;}}
@media(max-width:2880px){.ce_headervideo { width:2880px;}}
@media(max-width:2879px){.ce_headervideo { width:2879px;}}
@media(max-width:2878px){.ce_headervideo { width:2878px;}}
@media(max-width:2877px){.ce_headervideo { width:2877px;}}
@media(max-width:2876px){.ce_headervideo { width:2876px;}}
@media(max-width:2875px){.ce_headervideo { width:2875px;}}
@media(max-width:2874px){.ce_headervideo { width:2874px;}}
@media(max-width:2873px){.ce_headervideo { width:2873px;}}
@media(max-width:2872px){.ce_headervideo { width:2872px;}}
@media(max-width:2871px){.ce_headervideo { width:2871px;}}
@media(max-width:2870px){.ce_headervideo { width:2870px;}}
@media(max-width:2869px){.ce_headervideo { width:2869px;}}
@media(max-width:2868px){.ce_headervideo { width:2868px;}}
@media(max-width:2867px){.ce_headervideo { width:2867px;}}
@media(max-width:2866px){.ce_headervideo { width:2866px;}}
@media(max-width:2865px){.ce_headervideo { width:2865px;}}
@media(max-width:2864px){.ce_headervideo { width:2864px;}}
@media(max-width:2863px){.ce_headervideo { width:2863px;}}
@media(max-width:2862px){.ce_headervideo { width:2862px;}}
@media(max-width:2861px){.ce_headervideo { width:2861px;}}
@media(max-width:2860px){.ce_headervideo { width:2860px;}}
@media(max-width:2859px){.ce_headervideo { width:2859px;}}
@media(max-width:2858px){.ce_headervideo { width:2858px;}}
@media(max-width:2857px){.ce_headervideo { width:2857px;}}
@media(max-width:2856px){.ce_headervideo { width:2856px;}}
@media(max-width:2855px){.ce_headervideo { width:2855px;}}
@media(max-width:2854px){.ce_headervideo { width:2854px;}}
@media(max-width:2853px){.ce_headervideo { width:2853px;}}
@media(max-width:2852px){.ce_headervideo { width:2852px;}}
@media(max-width:2851px){.ce_headervideo { width:2851px;}}
@media(max-width:2850px){.ce_headervideo { width:2850px;}}
@media(max-width:2849px){.ce_headervideo { width:2849px;}}
@media(max-width:2848px){.ce_headervideo { width:2848px;}}
@media(max-width:2847px){.ce_headervideo { width:2847px;}}
@media(max-width:2846px){.ce_headervideo { width:2846px;}}
@media(max-width:2845px){.ce_headervideo { width:2845px;}}
@media(max-width:2844px){.ce_headervideo { width:2844px;}}
@media(max-width:2843px){.ce_headervideo { width:2843px;}}
@media(max-width:2842px){.ce_headervideo { width:2842px;}}
@media(max-width:2841px){.ce_headervideo { width:2841px;}}
@media(max-width:2840px){.ce_headervideo { width:2840px;}}
@media(max-width:2839px){.ce_headervideo { width:2839px;}}
@media(max-width:2838px){.ce_headervideo { width:2838px;}}
@media(max-width:2837px){.ce_headervideo { width:2837px;}}
@media(max-width:2836px){.ce_headervideo { width:2836px;}}
@media(max-width:2835px){.ce_headervideo { width:2835px;}}
@media(max-width:2834px){.ce_headervideo { width:2834px;}}
@media(max-width:2833px){.ce_headervideo { width:2833px;}}
@media(max-width:2832px){.ce_headervideo { width:2832px;}}
@media(max-width:2831px){.ce_headervideo { width:2831px;}}
@media(max-width:2830px){.ce_headervideo { width:2830px;}}
@media(max-width:2829px){.ce_headervideo { width:2829px;}}
@media(max-width:2828px){.ce_headervideo { width:2828px;}}
@media(max-width:2827px){.ce_headervideo { width:2827px;}}
@media(max-width:2826px){.ce_headervideo { width:2826px;}}
@media(max-width:2825px){.ce_headervideo { width:2825px;}}
@media(max-width:2824px){.ce_headervideo { width:2824px;}}
@media(max-width:2823px){.ce_headervideo { width:2823px;}}
@media(max-width:2822px){.ce_headervideo { width:2822px;}}
@media(max-width:2821px){.ce_headervideo { width:2821px;}}
@media(max-width:2820px){.ce_headervideo { width:2820px;}}
@media(max-width:2819px){.ce_headervideo { width:2819px;}}
@media(max-width:2818px){.ce_headervideo { width:2818px;}}
@media(max-width:2817px){.ce_headervideo { width:2817px;}}
@media(max-width:2816px){.ce_headervideo { width:2816px;}}
@media(max-width:2815px){.ce_headervideo { width:2815px;}}
@media(max-width:2814px){.ce_headervideo { width:2814px;}}
@media(max-width:2813px){.ce_headervideo { width:2813px;}}
@media(max-width:2812px){.ce_headervideo { width:2812px;}}
@media(max-width:2811px){.ce_headervideo { width:2811px;}}
@media(max-width:2810px){.ce_headervideo { width:2810px;}}
@media(max-width:2809px){.ce_headervideo { width:2809px;}}
@media(max-width:2808px){.ce_headervideo { width:2808px;}}
@media(max-width:2807px){.ce_headervideo { width:2807px;}}
@media(max-width:2806px){.ce_headervideo { width:2806px;}}
@media(max-width:2805px){.ce_headervideo { width:2805px;}}
@media(max-width:2804px){.ce_headervideo { width:2804px;}}
@media(max-width:2803px){.ce_headervideo { width:2803px;}}
@media(max-width:2802px){.ce_headervideo { width:2802px;}}
@media(max-width:2801px){.ce_headervideo { width:2801px;}}
@media(max-width:2800px){.ce_headervideo { width:2800px;}}
@media(max-width:2799px){.ce_headervideo { width:2799px;}}
@media(max-width:2798px){.ce_headervideo { width:2798px;}}
@media(max-width:2797px){.ce_headervideo { width:2797px;}}
@media(max-width:2796px){.ce_headervideo { width:2796px;}}
@media(max-width:2795px){.ce_headervideo { width:2795px;}}
@media(max-width:2794px){.ce_headervideo { width:2794px;}}
@media(max-width:2793px){.ce_headervideo { width:2793px;}}
@media(max-width:2792px){.ce_headervideo { width:2792px;}}
@media(max-width:2791px){.ce_headervideo { width:2791px;}}
@media(max-width:2790px){.ce_headervideo { width:2790px;}}
@media(max-width:2789px){.ce_headervideo { width:2789px;}}
@media(max-width:2788px){.ce_headervideo { width:2788px;}}
@media(max-width:2787px){.ce_headervideo { width:2787px;}}
@media(max-width:2786px){.ce_headervideo { width:2786px;}}
@media(max-width:2785px){.ce_headervideo { width:2785px;}}
@media(max-width:2784px){.ce_headervideo { width:2784px;}}
@media(max-width:2783px){.ce_headervideo { width:2783px;}}
@media(max-width:2782px){.ce_headervideo { width:2782px;}}
@media(max-width:2781px){.ce_headervideo { width:2781px;}}
@media(max-width:2780px){.ce_headervideo { width:2780px;}}
@media(max-width:2779px){.ce_headervideo { width:2779px;}}
@media(max-width:2778px){.ce_headervideo { width:2778px;}}
@media(max-width:2777px){.ce_headervideo { width:2777px;}}
@media(max-width:2776px){.ce_headervideo { width:2776px;}}
@media(max-width:2775px){.ce_headervideo { width:2775px;}}
@media(max-width:2774px){.ce_headervideo { width:2774px;}}
@media(max-width:2773px){.ce_headervideo { width:2773px;}}
@media(max-width:2772px){.ce_headervideo { width:2772px;}}
@media(max-width:2771px){.ce_headervideo { width:2771px;}}
@media(max-width:2770px){.ce_headervideo { width:2770px;}}
@media(max-width:2769px){.ce_headervideo { width:2769px;}}
@media(max-width:2768px){.ce_headervideo { width:2768px;}}
@media(max-width:2767px){.ce_headervideo { width:2767px;}}
@media(max-width:2766px){.ce_headervideo { width:2766px;}}
@media(max-width:2765px){.ce_headervideo { width:2765px;}}
@media(max-width:2764px){.ce_headervideo { width:2764px;}}
@media(max-width:2763px){.ce_headervideo { width:2763px;}}
@media(max-width:2762px){.ce_headervideo { width:2762px;}}
@media(max-width:2761px){.ce_headervideo { width:2761px;}}
@media(max-width:2760px){.ce_headervideo { width:2760px;}}
@media(max-width:2759px){.ce_headervideo { width:2759px;}}
@media(max-width:2758px){.ce_headervideo { width:2758px;}}
@media(max-width:2757px){.ce_headervideo { width:2757px;}}
@media(max-width:2756px){.ce_headervideo { width:2756px;}}
@media(max-width:2755px){.ce_headervideo { width:2755px;}}
@media(max-width:2754px){.ce_headervideo { width:2754px;}}
@media(max-width:2753px){.ce_headervideo { width:2753px;}}
@media(max-width:2752px){.ce_headervideo { width:2752px;}}
@media(max-width:2751px){.ce_headervideo { width:2751px;}}
@media(max-width:2750px){.ce_headervideo { width:2750px;}}
@media(max-width:2749px){.ce_headervideo { width:2749px;}}
@media(max-width:2748px){.ce_headervideo { width:2748px;}}
@media(max-width:2747px){.ce_headervideo { width:2747px;}}
@media(max-width:2746px){.ce_headervideo { width:2746px;}}
@media(max-width:2745px){.ce_headervideo { width:2745px;}}
@media(max-width:2744px){.ce_headervideo { width:2744px;}}
@media(max-width:2743px){.ce_headervideo { width:2743px;}}
@media(max-width:2742px){.ce_headervideo { width:2742px;}}
@media(max-width:2741px){.ce_headervideo { width:2741px;}}
@media(max-width:2740px){.ce_headervideo { width:2740px;}}
@media(max-width:2739px){.ce_headervideo { width:2739px;}}
@media(max-width:2738px){.ce_headervideo { width:2738px;}}
@media(max-width:2737px){.ce_headervideo { width:2737px;}}
@media(max-width:2736px){.ce_headervideo { width:2736px;}}
@media(max-width:2735px){.ce_headervideo { width:2735px;}}
@media(max-width:2734px){.ce_headervideo { width:2734px;}}
@media(max-width:2733px){.ce_headervideo { width:2733px;}}
@media(max-width:2732px){.ce_headervideo { width:2732px;}}
@media(max-width:2731px){.ce_headervideo { width:2731px;}}
@media(max-width:2730px){.ce_headervideo { width:2730px;}}
@media(max-width:2729px){.ce_headervideo { width:2729px;}}
@media(max-width:2728px){.ce_headervideo { width:2728px;}}
@media(max-width:2727px){.ce_headervideo { width:2727px;}}
@media(max-width:2726px){.ce_headervideo { width:2726px;}}
@media(max-width:2725px){.ce_headervideo { width:2725px;}}
@media(max-width:2724px){.ce_headervideo { width:2724px;}}
@media(max-width:2723px){.ce_headervideo { width:2723px;}}
@media(max-width:2722px){.ce_headervideo { width:2722px;}}
@media(max-width:2721px){.ce_headervideo { width:2721px;}}
@media(max-width:2720px){.ce_headervideo { width:2720px;}}
@media(max-width:2719px){.ce_headervideo { width:2719px;}}
@media(max-width:2718px){.ce_headervideo { width:2718px;}}
@media(max-width:2717px){.ce_headervideo { width:2717px;}}
@media(max-width:2716px){.ce_headervideo { width:2716px;}}
@media(max-width:2715px){.ce_headervideo { width:2715px;}}
@media(max-width:2714px){.ce_headervideo { width:2714px;}}
@media(max-width:2713px){.ce_headervideo { width:2713px;}}
@media(max-width:2712px){.ce_headervideo { width:2712px;}}
@media(max-width:2711px){.ce_headervideo { width:2711px;}}
@media(max-width:2710px){.ce_headervideo { width:2710px;}}
@media(max-width:2709px){.ce_headervideo { width:2709px;}}
@media(max-width:2708px){.ce_headervideo { width:2708px;}}
@media(max-width:2707px){.ce_headervideo { width:2707px;}}
@media(max-width:2706px){.ce_headervideo { width:2706px;}}
@media(max-width:2705px){.ce_headervideo { width:2705px;}}
@media(max-width:2704px){.ce_headervideo { width:2704px;}}
@media(max-width:2703px){.ce_headervideo { width:2703px;}}
@media(max-width:2702px){.ce_headervideo { width:2702px;}}
@media(max-width:2701px){.ce_headervideo { width:2701px;}}
@media(max-width:2700px){.ce_headervideo { width:2700px;}}
@media(max-width:2699px){.ce_headervideo { width:2699px;}}
@media(max-width:2698px){.ce_headervideo { width:2698px;}}
@media(max-width:2697px){.ce_headervideo { width:2697px;}}
@media(max-width:2696px){.ce_headervideo { width:2696px;}}
@media(max-width:2695px){.ce_headervideo { width:2695px;}}
@media(max-width:2694px){.ce_headervideo { width:2694px;}}
@media(max-width:2693px){.ce_headervideo { width:2693px;}}
@media(max-width:2692px){.ce_headervideo { width:2692px;}}
@media(max-width:2691px){.ce_headervideo { width:2691px;}}
@media(max-width:2690px){.ce_headervideo { width:2690px;}}
@media(max-width:2689px){.ce_headervideo { width:2689px;}}
@media(max-width:2688px){.ce_headervideo { width:2688px;}}
@media(max-width:2687px){.ce_headervideo { width:2687px;}}
@media(max-width:2686px){.ce_headervideo { width:2686px;}}
@media(max-width:2685px){.ce_headervideo { width:2685px;}}
@media(max-width:2684px){.ce_headervideo { width:2684px;}}
@media(max-width:2683px){.ce_headervideo { width:2683px;}}
@media(max-width:2682px){.ce_headervideo { width:2682px;}}
@media(max-width:2681px){.ce_headervideo { width:2681px;}}
@media(max-width:2680px){.ce_headervideo { width:2680px;}}
@media(max-width:2679px){.ce_headervideo { width:2679px;}}
@media(max-width:2678px){.ce_headervideo { width:2678px;}}
@media(max-width:2677px){.ce_headervideo { width:2677px;}}
@media(max-width:2676px){.ce_headervideo { width:2676px;}}
@media(max-width:2675px){.ce_headervideo { width:2675px;}}
@media(max-width:2674px){.ce_headervideo { width:2674px;}}
@media(max-width:2673px){.ce_headervideo { width:2673px;}}
@media(max-width:2672px){.ce_headervideo { width:2672px;}}
@media(max-width:2671px){.ce_headervideo { width:2671px;}}
@media(max-width:2670px){.ce_headervideo { width:2670px;}}
@media(max-width:2669px){.ce_headervideo { width:2669px;}}
@media(max-width:2668px){.ce_headervideo { width:2668px;}}
@media(max-width:2667px){.ce_headervideo { width:2667px;}}
@media(max-width:2666px){.ce_headervideo { width:2666px;}}
@media(max-width:2665px){.ce_headervideo { width:2665px;}}
@media(max-width:2664px){.ce_headervideo { width:2664px;}}
@media(max-width:2663px){.ce_headervideo { width:2663px;}}
@media(max-width:2662px){.ce_headervideo { width:2662px;}}
@media(max-width:2661px){.ce_headervideo { width:2661px;}}
@media(max-width:2660px){.ce_headervideo { width:2660px;}}
@media(max-width:2659px){.ce_headervideo { width:2659px;}}
@media(max-width:2658px){.ce_headervideo { width:2658px;}}
@media(max-width:2657px){.ce_headervideo { width:2657px;}}
@media(max-width:2656px){.ce_headervideo { width:2656px;}}
@media(max-width:2655px){.ce_headervideo { width:2655px;}}
@media(max-width:2654px){.ce_headervideo { width:2654px;}}
@media(max-width:2653px){.ce_headervideo { width:2653px;}}
@media(max-width:2652px){.ce_headervideo { width:2652px;}}
@media(max-width:2651px){.ce_headervideo { width:2651px;}}
@media(max-width:2650px){.ce_headervideo { width:2650px;}}
@media(max-width:2649px){.ce_headervideo { width:2649px;}}
@media(max-width:2648px){.ce_headervideo { width:2648px;}}
@media(max-width:2647px){.ce_headervideo { width:2647px;}}
@media(max-width:2646px){.ce_headervideo { width:2646px;}}
@media(max-width:2645px){.ce_headervideo { width:2645px;}}
@media(max-width:2644px){.ce_headervideo { width:2644px;}}
@media(max-width:2643px){.ce_headervideo { width:2643px;}}
@media(max-width:2642px){.ce_headervideo { width:2642px;}}
@media(max-width:2641px){.ce_headervideo { width:2641px;}}
@media(max-width:2640px){.ce_headervideo { width:2640px;}}
@media(max-width:2639px){.ce_headervideo { width:2639px;}}
@media(max-width:2638px){.ce_headervideo { width:2638px;}}
@media(max-width:2637px){.ce_headervideo { width:2637px;}}
@media(max-width:2636px){.ce_headervideo { width:2636px;}}
@media(max-width:2635px){.ce_headervideo { width:2635px;}}
@media(max-width:2634px){.ce_headervideo { width:2634px;}}
@media(max-width:2633px){.ce_headervideo { width:2633px;}}
@media(max-width:2632px){.ce_headervideo { width:2632px;}}
@media(max-width:2631px){.ce_headervideo { width:2631px;}}
@media(max-width:2630px){.ce_headervideo { width:2630px;}}
@media(max-width:2629px){.ce_headervideo { width:2629px;}}
@media(max-width:2628px){.ce_headervideo { width:2628px;}}
@media(max-width:2627px){.ce_headervideo { width:2627px;}}
@media(max-width:2626px){.ce_headervideo { width:2626px;}}
@media(max-width:2625px){.ce_headervideo { width:2625px;}}
@media(max-width:2624px){.ce_headervideo { width:2624px;}}
@media(max-width:2623px){.ce_headervideo { width:2623px;}}
@media(max-width:2622px){.ce_headervideo { width:2622px;}}
@media(max-width:2621px){.ce_headervideo { width:2621px;}}
@media(max-width:2620px){.ce_headervideo { width:2620px;}}
@media(max-width:2619px){.ce_headervideo { width:2619px;}}
@media(max-width:2618px){.ce_headervideo { width:2618px;}}
@media(max-width:2617px){.ce_headervideo { width:2617px;}}
@media(max-width:2616px){.ce_headervideo { width:2616px;}}
@media(max-width:2615px){.ce_headervideo { width:2615px;}}
@media(max-width:2614px){.ce_headervideo { width:2614px;}}
@media(max-width:2613px){.ce_headervideo { width:2613px;}}
@media(max-width:2612px){.ce_headervideo { width:2612px;}}
@media(max-width:2611px){.ce_headervideo { width:2611px;}}
@media(max-width:2610px){.ce_headervideo { width:2610px;}}
@media(max-width:2609px){.ce_headervideo { width:2609px;}}
@media(max-width:2608px){.ce_headervideo { width:2608px;}}
@media(max-width:2607px){.ce_headervideo { width:2607px;}}
@media(max-width:2606px){.ce_headervideo { width:2606px;}}
@media(max-width:2605px){.ce_headervideo { width:2605px;}}
@media(max-width:2604px){.ce_headervideo { width:2604px;}}
@media(max-width:2603px){.ce_headervideo { width:2603px;}}
@media(max-width:2602px){.ce_headervideo { width:2602px;}}
@media(max-width:2601px){.ce_headervideo { width:2601px;}}
@media(max-width:2600px){.ce_headervideo { width:2600px;}}
@media(max-width:2599px){.ce_headervideo { width:2599px;}}
@media(max-width:2598px){.ce_headervideo { width:2598px;}}
@media(max-width:2597px){.ce_headervideo { width:2597px;}}
@media(max-width:2596px){.ce_headervideo { width:2596px;}}
@media(max-width:2595px){.ce_headervideo { width:2595px;}}
@media(max-width:2594px){.ce_headervideo { width:2594px;}}
@media(max-width:2593px){.ce_headervideo { width:2593px;}}
@media(max-width:2592px){.ce_headervideo { width:2592px;}}
@media(max-width:2591px){.ce_headervideo { width:2591px;}}
@media(max-width:2590px){.ce_headervideo { width:2590px;}}
@media(max-width:2589px){.ce_headervideo { width:2589px;}}
@media(max-width:2588px){.ce_headervideo { width:2588px;}}
@media(max-width:2587px){.ce_headervideo { width:2587px;}}
@media(max-width:2586px){.ce_headervideo { width:2586px;}}
@media(max-width:2585px){.ce_headervideo { width:2585px;}}
@media(max-width:2584px){.ce_headervideo { width:2584px;}}
@media(max-width:2583px){.ce_headervideo { width:2583px;}}
@media(max-width:2582px){.ce_headervideo { width:2582px;}}
@media(max-width:2581px){.ce_headervideo { width:2581px;}}
@media(max-width:2580px){.ce_headervideo { width:2580px;}}
@media(max-width:2579px){.ce_headervideo { width:2579px;}}
@media(max-width:2578px){.ce_headervideo { width:2578px;}}
@media(max-width:2577px){.ce_headervideo { width:2577px;}}
@media(max-width:2576px){.ce_headervideo { width:2576px;}}
@media(max-width:2575px){.ce_headervideo { width:2575px;}}
@media(max-width:2574px){.ce_headervideo { width:2574px;}}
@media(max-width:2573px){.ce_headervideo { width:2573px;}}
@media(max-width:2572px){.ce_headervideo { width:2572px;}}
@media(max-width:2571px){.ce_headervideo { width:2571px;}}
@media(max-width:2570px){.ce_headervideo { width:2570px;}}
@media(max-width:2569px){.ce_headervideo { width:2569px;}}
@media(max-width:2568px){.ce_headervideo { width:2568px;}}
@media(max-width:2567px){.ce_headervideo { width:2567px;}}
@media(max-width:2566px){.ce_headervideo { width:2566px;}}
@media(max-width:2565px){.ce_headervideo { width:2565px;}}
@media(max-width:2564px){.ce_headervideo { width:2564px;}}
@media(max-width:2563px){.ce_headervideo { width:2563px;}}
@media(max-width:2562px){.ce_headervideo { width:2562px;}}
@media(max-width:2561px){.ce_headervideo { width:2561px;}}
@media(max-width:2560px){.ce_headervideo { width:2560px;}}
@media(max-width:2559px){.ce_headervideo { width:2559px;}}
@media(max-width:2558px){.ce_headervideo { width:2558px;}}
@media(max-width:2557px){.ce_headervideo { width:2557px;}}
@media(max-width:2556px){.ce_headervideo { width:2556px;}}
@media(max-width:2555px){.ce_headervideo { width:2555px;}}
@media(max-width:2554px){.ce_headervideo { width:2554px;}}
@media(max-width:2553px){.ce_headervideo { width:2553px;}}
@media(max-width:2552px){.ce_headervideo { width:2552px;}}
@media(max-width:2551px){.ce_headervideo { width:2551px;}}
@media(max-width:2550px){.ce_headervideo { width:2550px;}}
@media(max-width:2549px){.ce_headervideo { width:2549px;}}
@media(max-width:2548px){.ce_headervideo { width:2548px;}}
@media(max-width:2547px){.ce_headervideo { width:2547px;}}
@media(max-width:2546px){.ce_headervideo { width:2546px;}}
@media(max-width:2545px){.ce_headervideo { width:2545px;}}
@media(max-width:2544px){.ce_headervideo { width:2544px;}}
@media(max-width:2543px){.ce_headervideo { width:2543px;}}
@media(max-width:2542px){.ce_headervideo { width:2542px;}}
@media(max-width:2541px){.ce_headervideo { width:2541px;}}
@media(max-width:2540px){.ce_headervideo { width:2540px;}}
@media(max-width:2539px){.ce_headervideo { width:2539px;}}
@media(max-width:2538px){.ce_headervideo { width:2538px;}}
@media(max-width:2537px){.ce_headervideo { width:2537px;}}
@media(max-width:2536px){.ce_headervideo { width:2536px;}}
@media(max-width:2535px){.ce_headervideo { width:2535px;}}
@media(max-width:2534px){.ce_headervideo { width:2534px;}}
@media(max-width:2533px){.ce_headervideo { width:2533px;}}
@media(max-width:2532px){.ce_headervideo { width:2532px;}}
@media(max-width:2531px){.ce_headervideo { width:2531px;}}
@media(max-width:2530px){.ce_headervideo { width:2530px;}}
@media(max-width:2529px){.ce_headervideo { width:2529px;}}
@media(max-width:2528px){.ce_headervideo { width:2528px;}}
@media(max-width:2527px){.ce_headervideo { width:2527px;}}
@media(max-width:2526px){.ce_headervideo { width:2526px;}}
@media(max-width:2525px){.ce_headervideo { width:2525px;}}
@media(max-width:2524px){.ce_headervideo { width:2524px;}}
@media(max-width:2523px){.ce_headervideo { width:2523px;}}
@media(max-width:2522px){.ce_headervideo { width:2522px;}}
@media(max-width:2521px){.ce_headervideo { width:2521px;}}
@media(max-width:2520px){.ce_headervideo { width:2520px;}}
@media(max-width:2519px){.ce_headervideo { width:2519px;}}
@media(max-width:2518px){.ce_headervideo { width:2518px;}}
@media(max-width:2517px){.ce_headervideo { width:2517px;}}
@media(max-width:2516px){.ce_headervideo { width:2516px;}}
@media(max-width:2515px){.ce_headervideo { width:2515px;}}
@media(max-width:2514px){.ce_headervideo { width:2514px;}}
@media(max-width:2513px){.ce_headervideo { width:2513px;}}
@media(max-width:2512px){.ce_headervideo { width:2512px;}}
@media(max-width:2511px){.ce_headervideo { width:2511px;}}
@media(max-width:2510px){.ce_headervideo { width:2510px;}}
@media(max-width:2509px){.ce_headervideo { width:2509px;}}
@media(max-width:2508px){.ce_headervideo { width:2508px;}}
@media(max-width:2507px){.ce_headervideo { width:2507px;}}
@media(max-width:2506px){.ce_headervideo { width:2506px;}}
@media(max-width:2505px){.ce_headervideo { width:2505px;}}
@media(max-width:2504px){.ce_headervideo { width:2504px;}}
@media(max-width:2503px){.ce_headervideo { width:2503px;}}
@media(max-width:2502px){.ce_headervideo { width:2502px;}}
@media(max-width:2501px){.ce_headervideo { width:2501px;}}
@media(max-width:2500px){.ce_headervideo { width:2500px;}}
@media(max-width:2499px){.ce_headervideo { width:2499px;}}
@media(max-width:2498px){.ce_headervideo { width:2498px;}}
@media(max-width:2497px){.ce_headervideo { width:2497px;}}
@media(max-width:2496px){.ce_headervideo { width:2496px;}}
@media(max-width:2495px){.ce_headervideo { width:2495px;}}
@media(max-width:2494px){.ce_headervideo { width:2494px;}}
@media(max-width:2493px){.ce_headervideo { width:2493px;}}
@media(max-width:2492px){.ce_headervideo { width:2492px;}}
@media(max-width:2491px){.ce_headervideo { width:2491px;}}
@media(max-width:2490px){.ce_headervideo { width:2490px;}}
@media(max-width:2489px){.ce_headervideo { width:2489px;}}
@media(max-width:2488px){.ce_headervideo { width:2488px;}}
@media(max-width:2487px){.ce_headervideo { width:2487px;}}
@media(max-width:2486px){.ce_headervideo { width:2486px;}}
@media(max-width:2485px){.ce_headervideo { width:2485px;}}
@media(max-width:2484px){.ce_headervideo { width:2484px;}}
@media(max-width:2483px){.ce_headervideo { width:2483px;}}
@media(max-width:2482px){.ce_headervideo { width:2482px;}}
@media(max-width:2481px){.ce_headervideo { width:2481px;}}
@media(max-width:2480px){.ce_headervideo { width:2480px;}}
@media(max-width:2479px){.ce_headervideo { width:2479px;}}
@media(max-width:2478px){.ce_headervideo { width:2478px;}}
@media(max-width:2477px){.ce_headervideo { width:2477px;}}
@media(max-width:2476px){.ce_headervideo { width:2476px;}}
@media(max-width:2475px){.ce_headervideo { width:2475px;}}
@media(max-width:2474px){.ce_headervideo { width:2474px;}}
@media(max-width:2473px){.ce_headervideo { width:2473px;}}
@media(max-width:2472px){.ce_headervideo { width:2472px;}}
@media(max-width:2471px){.ce_headervideo { width:2471px;}}
@media(max-width:2470px){.ce_headervideo { width:2470px;}}
@media(max-width:2469px){.ce_headervideo { width:2469px;}}
@media(max-width:2468px){.ce_headervideo { width:2468px;}}
@media(max-width:2467px){.ce_headervideo { width:2467px;}}
@media(max-width:2466px){.ce_headervideo { width:2466px;}}
@media(max-width:2465px){.ce_headervideo { width:2465px;}}
@media(max-width:2464px){.ce_headervideo { width:2464px;}}
@media(max-width:2463px){.ce_headervideo { width:2463px;}}
@media(max-width:2462px){.ce_headervideo { width:2462px;}}
@media(max-width:2461px){.ce_headervideo { width:2461px;}}
@media(max-width:2460px){.ce_headervideo { width:2460px;}}
@media(max-width:2459px){.ce_headervideo { width:2459px;}}
@media(max-width:2458px){.ce_headervideo { width:2458px;}}
@media(max-width:2457px){.ce_headervideo { width:2457px;}}
@media(max-width:2456px){.ce_headervideo { width:2456px;}}
@media(max-width:2455px){.ce_headervideo { width:2455px;}}
@media(max-width:2454px){.ce_headervideo { width:2454px;}}
@media(max-width:2453px){.ce_headervideo { width:2453px;}}
@media(max-width:2452px){.ce_headervideo { width:2452px;}}
@media(max-width:2451px){.ce_headervideo { width:2451px;}}
@media(max-width:2450px){.ce_headervideo { width:2450px;}}
@media(max-width:2449px){.ce_headervideo { width:2449px;}}
@media(max-width:2448px){.ce_headervideo { width:2448px;}}
@media(max-width:2447px){.ce_headervideo { width:2447px;}}
@media(max-width:2446px){.ce_headervideo { width:2446px;}}
@media(max-width:2445px){.ce_headervideo { width:2445px;}}
@media(max-width:2444px){.ce_headervideo { width:2444px;}}
@media(max-width:2443px){.ce_headervideo { width:2443px;}}
@media(max-width:2442px){.ce_headervideo { width:2442px;}}
@media(max-width:2441px){.ce_headervideo { width:2441px;}}
@media(max-width:2440px){.ce_headervideo { width:2440px;}}
@media(max-width:2439px){.ce_headervideo { width:2439px;}}
@media(max-width:2438px){.ce_headervideo { width:2438px;}}
@media(max-width:2437px){.ce_headervideo { width:2437px;}}
@media(max-width:2436px){.ce_headervideo { width:2436px;}}
@media(max-width:2435px){.ce_headervideo { width:2435px;}}
@media(max-width:2434px){.ce_headervideo { width:2434px;}}
@media(max-width:2433px){.ce_headervideo { width:2433px;}}
@media(max-width:2432px){.ce_headervideo { width:2432px;}}
@media(max-width:2431px){.ce_headervideo { width:2431px;}}
@media(max-width:2430px){.ce_headervideo { width:2430px;}}
@media(max-width:2429px){.ce_headervideo { width:2429px;}}
@media(max-width:2428px){.ce_headervideo { width:2428px;}}
@media(max-width:2427px){.ce_headervideo { width:2427px;}}
@media(max-width:2426px){.ce_headervideo { width:2426px;}}
@media(max-width:2425px){.ce_headervideo { width:2425px;}}
@media(max-width:2424px){.ce_headervideo { width:2424px;}}
@media(max-width:2423px){.ce_headervideo { width:2423px;}}
@media(max-width:2422px){.ce_headervideo { width:2422px;}}
@media(max-width:2421px){.ce_headervideo { width:2421px;}}
@media(max-width:2420px){.ce_headervideo { width:2420px;}}
@media(max-width:2419px){.ce_headervideo { width:2419px;}}
@media(max-width:2418px){.ce_headervideo { width:2418px;}}
@media(max-width:2417px){.ce_headervideo { width:2417px;}}
@media(max-width:2416px){.ce_headervideo { width:2416px;}}
@media(max-width:2415px){.ce_headervideo { width:2415px;}}
@media(max-width:2414px){.ce_headervideo { width:2414px;}}
@media(max-width:2413px){.ce_headervideo { width:2413px;}}
@media(max-width:2412px){.ce_headervideo { width:2412px;}}
@media(max-width:2411px){.ce_headervideo { width:2411px;}}
@media(max-width:2410px){.ce_headervideo { width:2410px;}}
@media(max-width:2409px){.ce_headervideo { width:2409px;}}
@media(max-width:2408px){.ce_headervideo { width:2408px;}}
@media(max-width:2407px){.ce_headervideo { width:2407px;}}
@media(max-width:2406px){.ce_headervideo { width:2406px;}}
@media(max-width:2405px){.ce_headervideo { width:2405px;}}
@media(max-width:2404px){.ce_headervideo { width:2404px;}}
@media(max-width:2403px){.ce_headervideo { width:2403px;}}
@media(max-width:2402px){.ce_headervideo { width:2402px;}}
@media(max-width:2401px){.ce_headervideo { width:2401px;}}
@media(max-width:2400px){.ce_headervideo { width:2400px;}}
@media(max-width:2399px){.ce_headervideo { width:2399px;}}
@media(max-width:2398px){.ce_headervideo { width:2398px;}}
@media(max-width:2397px){.ce_headervideo { width:2397px;}}
@media(max-width:2396px){.ce_headervideo { width:2396px;}}
@media(max-width:2395px){.ce_headervideo { width:2395px;}}
@media(max-width:2394px){.ce_headervideo { width:2394px;}}
@media(max-width:2393px){.ce_headervideo { width:2393px;}}
@media(max-width:2392px){.ce_headervideo { width:2392px;}}
@media(max-width:2391px){.ce_headervideo { width:2391px;}}
@media(max-width:2390px){.ce_headervideo { width:2390px;}}
@media(max-width:2389px){.ce_headervideo { width:2389px;}}
@media(max-width:2388px){.ce_headervideo { width:2388px;}}
@media(max-width:2387px){.ce_headervideo { width:2387px;}}
@media(max-width:2386px){.ce_headervideo { width:2386px;}}
@media(max-width:2385px){.ce_headervideo { width:2385px;}}
@media(max-width:2384px){.ce_headervideo { width:2384px;}}
@media(max-width:2383px){.ce_headervideo { width:2383px;}}
@media(max-width:2382px){.ce_headervideo { width:2382px;}}
@media(max-width:2381px){.ce_headervideo { width:2381px;}}
@media(max-width:2380px){.ce_headervideo { width:2380px;}}
@media(max-width:2379px){.ce_headervideo { width:2379px;}}
@media(max-width:2378px){.ce_headervideo { width:2378px;}}
@media(max-width:2377px){.ce_headervideo { width:2377px;}}
@media(max-width:2376px){.ce_headervideo { width:2376px;}}
@media(max-width:2375px){.ce_headervideo { width:2375px;}}
@media(max-width:2374px){.ce_headervideo { width:2374px;}}
@media(max-width:2373px){.ce_headervideo { width:2373px;}}
@media(max-width:2372px){.ce_headervideo { width:2372px;}}
@media(max-width:2371px){.ce_headervideo { width:2371px;}}
@media(max-width:2370px){.ce_headervideo { width:2370px;}}
@media(max-width:2369px){.ce_headervideo { width:2369px;}}
@media(max-width:2368px){.ce_headervideo { width:2368px;}}
@media(max-width:2367px){.ce_headervideo { width:2367px;}}
@media(max-width:2366px){.ce_headervideo { width:2366px;}}
@media(max-width:2365px){.ce_headervideo { width:2365px;}}
@media(max-width:2364px){.ce_headervideo { width:2364px;}}
@media(max-width:2363px){.ce_headervideo { width:2363px;}}
@media(max-width:2362px){.ce_headervideo { width:2362px;}}
@media(max-width:2361px){.ce_headervideo { width:2361px;}}
@media(max-width:2360px){.ce_headervideo { width:2360px;}}
@media(max-width:2359px){.ce_headervideo { width:2359px;}}
@media(max-width:2358px){.ce_headervideo { width:2358px;}}
@media(max-width:2357px){.ce_headervideo { width:2357px;}}
@media(max-width:2356px){.ce_headervideo { width:2356px;}}
@media(max-width:2355px){.ce_headervideo { width:2355px;}}
@media(max-width:2354px){.ce_headervideo { width:2354px;}}
@media(max-width:2353px){.ce_headervideo { width:2353px;}}
@media(max-width:2352px){.ce_headervideo { width:2352px;}}
@media(max-width:2351px){.ce_headervideo { width:2351px;}}
@media(max-width:2350px){.ce_headervideo { width:2350px;}}
@media(max-width:2349px){.ce_headervideo { width:2349px;}}
@media(max-width:2348px){.ce_headervideo { width:2348px;}}
@media(max-width:2347px){.ce_headervideo { width:2347px;}}
@media(max-width:2346px){.ce_headervideo { width:2346px;}}
@media(max-width:2345px){.ce_headervideo { width:2345px;}}
@media(max-width:2344px){.ce_headervideo { width:2344px;}}
@media(max-width:2343px){.ce_headervideo { width:2343px;}}
@media(max-width:2342px){.ce_headervideo { width:2342px;}}
@media(max-width:2341px){.ce_headervideo { width:2341px;}}
@media(max-width:2340px){.ce_headervideo { width:2340px;}}
@media(max-width:2339px){.ce_headervideo { width:2339px;}}
@media(max-width:2338px){.ce_headervideo { width:2338px;}}
@media(max-width:2337px){.ce_headervideo { width:2337px;}}
@media(max-width:2336px){.ce_headervideo { width:2336px;}}
@media(max-width:2335px){.ce_headervideo { width:2335px;}}
@media(max-width:2334px){.ce_headervideo { width:2334px;}}
@media(max-width:2333px){.ce_headervideo { width:2333px;}}
@media(max-width:2332px){.ce_headervideo { width:2332px;}}
@media(max-width:2331px){.ce_headervideo { width:2331px;}}
@media(max-width:2330px){.ce_headervideo { width:2330px;}}
@media(max-width:2329px){.ce_headervideo { width:2329px;}}
@media(max-width:2328px){.ce_headervideo { width:2328px;}}
@media(max-width:2327px){.ce_headervideo { width:2327px;}}
@media(max-width:2326px){.ce_headervideo { width:2326px;}}
@media(max-width:2325px){.ce_headervideo { width:2325px;}}
@media(max-width:2324px){.ce_headervideo { width:2324px;}}
@media(max-width:2323px){.ce_headervideo { width:2323px;}}
@media(max-width:2322px){.ce_headervideo { width:2322px;}}
@media(max-width:2321px){.ce_headervideo { width:2321px;}}
@media(max-width:2320px){.ce_headervideo { width:2320px;}}
@media(max-width:2319px){.ce_headervideo { width:2319px;}}
@media(max-width:2318px){.ce_headervideo { width:2318px;}}
@media(max-width:2317px){.ce_headervideo { width:2317px;}}
@media(max-width:2316px){.ce_headervideo { width:2316px;}}
@media(max-width:2315px){.ce_headervideo { width:2315px;}}
@media(max-width:2314px){.ce_headervideo { width:2314px;}}
@media(max-width:2313px){.ce_headervideo { width:2313px;}}
@media(max-width:2312px){.ce_headervideo { width:2312px;}}
@media(max-width:2311px){.ce_headervideo { width:2311px;}}
@media(max-width:2310px){.ce_headervideo { width:2310px;}}
@media(max-width:2309px){.ce_headervideo { width:2309px;}}
@media(max-width:2308px){.ce_headervideo { width:2308px;}}
@media(max-width:2307px){.ce_headervideo { width:2307px;}}
@media(max-width:2306px){.ce_headervideo { width:2306px;}}
@media(max-width:2305px){.ce_headervideo { width:2305px;}}
@media(max-width:2304px){.ce_headervideo { width:2304px;}}
@media(max-width:2303px){.ce_headervideo { width:2303px;}}
@media(max-width:2302px){.ce_headervideo { width:2302px;}}
@media(max-width:2301px){.ce_headervideo { width:2301px;}}
@media(max-width:2300px){.ce_headervideo { width:2300px;}}
@media(max-width:2299px){.ce_headervideo { width:2299px;}}
@media(max-width:2298px){.ce_headervideo { width:2298px;}}
@media(max-width:2297px){.ce_headervideo { width:2297px;}}
@media(max-width:2296px){.ce_headervideo { width:2296px;}}
@media(max-width:2295px){.ce_headervideo { width:2295px;}}
@media(max-width:2294px){.ce_headervideo { width:2294px;}}
@media(max-width:2293px){.ce_headervideo { width:2293px;}}
@media(max-width:2292px){.ce_headervideo { width:2292px;}}
@media(max-width:2291px){.ce_headervideo { width:2291px;}}
@media(max-width:2290px){.ce_headervideo { width:2290px;}}
@media(max-width:2289px){.ce_headervideo { width:2289px;}}
@media(max-width:2288px){.ce_headervideo { width:2288px;}}
@media(max-width:2287px){.ce_headervideo { width:2287px;}}
@media(max-width:2286px){.ce_headervideo { width:2286px;}}
@media(max-width:2285px){.ce_headervideo { width:2285px;}}
@media(max-width:2284px){.ce_headervideo { width:2284px;}}
@media(max-width:2283px){.ce_headervideo { width:2283px;}}
@media(max-width:2282px){.ce_headervideo { width:2282px;}}
@media(max-width:2281px){.ce_headervideo { width:2281px;}}
@media(max-width:2280px){.ce_headervideo { width:2280px;}}
@media(max-width:2279px){.ce_headervideo { width:2279px;}}
@media(max-width:2278px){.ce_headervideo { width:2278px;}}
@media(max-width:2277px){.ce_headervideo { width:2277px;}}
@media(max-width:2276px){.ce_headervideo { width:2276px;}}
@media(max-width:2275px){.ce_headervideo { width:2275px;}}
@media(max-width:2274px){.ce_headervideo { width:2274px;}}
@media(max-width:2273px){.ce_headervideo { width:2273px;}}
@media(max-width:2272px){.ce_headervideo { width:2272px;}}
@media(max-width:2271px){.ce_headervideo { width:2271px;}}
@media(max-width:2270px){.ce_headervideo { width:2270px;}}
@media(max-width:2269px){.ce_headervideo { width:2269px;}}
@media(max-width:2268px){.ce_headervideo { width:2268px;}}
@media(max-width:2267px){.ce_headervideo { width:2267px;}}
@media(max-width:2266px){.ce_headervideo { width:2266px;}}
@media(max-width:2265px){.ce_headervideo { width:2265px;}}
@media(max-width:2264px){.ce_headervideo { width:2264px;}}
@media(max-width:2263px){.ce_headervideo { width:2263px;}}
@media(max-width:2262px){.ce_headervideo { width:2262px;}}
@media(max-width:2261px){.ce_headervideo { width:2261px;}}
@media(max-width:2260px){.ce_headervideo { width:2260px;}}
@media(max-width:2259px){.ce_headervideo { width:2259px;}}
@media(max-width:2258px){.ce_headervideo { width:2258px;}}
@media(max-width:2257px){.ce_headervideo { width:2257px;}}
@media(max-width:2256px){.ce_headervideo { width:2256px;}}
@media(max-width:2255px){.ce_headervideo { width:2255px;}}
@media(max-width:2254px){.ce_headervideo { width:2254px;}}
@media(max-width:2253px){.ce_headervideo { width:2253px;}}
@media(max-width:2252px){.ce_headervideo { width:2252px;}}
@media(max-width:2251px){.ce_headervideo { width:2251px;}}
@media(max-width:2250px){.ce_headervideo { width:2250px;}}
@media(max-width:2249px){.ce_headervideo { width:2249px;}}
@media(max-width:2248px){.ce_headervideo { width:2248px;}}
@media(max-width:2247px){.ce_headervideo { width:2247px;}}
@media(max-width:2246px){.ce_headervideo { width:2246px;}}
@media(max-width:2245px){.ce_headervideo { width:2245px;}}
@media(max-width:2244px){.ce_headervideo { width:2244px;}}
@media(max-width:2243px){.ce_headervideo { width:2243px;}}
@media(max-width:2242px){.ce_headervideo { width:2242px;}}
@media(max-width:2241px){.ce_headervideo { width:2241px;}}
@media(max-width:2240px){.ce_headervideo { width:2240px;}}
@media(max-width:2239px){.ce_headervideo { width:2239px;}}
@media(max-width:2238px){.ce_headervideo { width:2238px;}}
@media(max-width:2237px){.ce_headervideo { width:2237px;}}
@media(max-width:2236px){.ce_headervideo { width:2236px;}}
@media(max-width:2235px){.ce_headervideo { width:2235px;}}
@media(max-width:2234px){.ce_headervideo { width:2234px;}}
@media(max-width:2233px){.ce_headervideo { width:2233px;}}
@media(max-width:2232px){.ce_headervideo { width:2232px;}}
@media(max-width:2231px){.ce_headervideo { width:2231px;}}
@media(max-width:2230px){.ce_headervideo { width:2230px;}}
@media(max-width:2229px){.ce_headervideo { width:2229px;}}
@media(max-width:2228px){.ce_headervideo { width:2228px;}}
@media(max-width:2227px){.ce_headervideo { width:2227px;}}
@media(max-width:2226px){.ce_headervideo { width:2226px;}}
@media(max-width:2225px){.ce_headervideo { width:2225px;}}
@media(max-width:2224px){.ce_headervideo { width:2224px;}}
@media(max-width:2223px){.ce_headervideo { width:2223px;}}
@media(max-width:2222px){.ce_headervideo { width:2222px;}}
@media(max-width:2221px){.ce_headervideo { width:2221px;}}
@media(max-width:2220px){.ce_headervideo { width:2220px;}}
@media(max-width:2219px){.ce_headervideo { width:2219px;}}
@media(max-width:2218px){.ce_headervideo { width:2218px;}}
@media(max-width:2217px){.ce_headervideo { width:2217px;}}
@media(max-width:2216px){.ce_headervideo { width:2216px;}}
@media(max-width:2215px){.ce_headervideo { width:2215px;}}
@media(max-width:2214px){.ce_headervideo { width:2214px;}}
@media(max-width:2213px){.ce_headervideo { width:2213px;}}
@media(max-width:2212px){.ce_headervideo { width:2212px;}}
@media(max-width:2211px){.ce_headervideo { width:2211px;}}
@media(max-width:2210px){.ce_headervideo { width:2210px;}}
@media(max-width:2209px){.ce_headervideo { width:2209px;}}
@media(max-width:2208px){.ce_headervideo { width:2208px;}}
@media(max-width:2207px){.ce_headervideo { width:2207px;}}
@media(max-width:2206px){.ce_headervideo { width:2206px;}}
@media(max-width:2205px){.ce_headervideo { width:2205px;}}
@media(max-width:2204px){.ce_headervideo { width:2204px;}}
@media(max-width:2203px){.ce_headervideo { width:2203px;}}
@media(max-width:2202px){.ce_headervideo { width:2202px;}}
@media(max-width:2201px){.ce_headervideo { width:2201px;}}
@media(max-width:2200px){.ce_headervideo { width:2200px;}}
@media(max-width:2199px){.ce_headervideo { width:2199px;}}
@media(max-width:2198px){.ce_headervideo { width:2198px;}}
@media(max-width:2197px){.ce_headervideo { width:2197px;}}
@media(max-width:2196px){.ce_headervideo { width:2196px;}}
@media(max-width:2195px){.ce_headervideo { width:2195px;}}
@media(max-width:2194px){.ce_headervideo { width:2194px;}}
@media(max-width:2193px){.ce_headervideo { width:2193px;}}
@media(max-width:2192px){.ce_headervideo { width:2192px;}}
@media(max-width:2191px){.ce_headervideo { width:2191px;}}
@media(max-width:2190px){.ce_headervideo { width:2190px;}}
@media(max-width:2189px){.ce_headervideo { width:2189px;}}
@media(max-width:2188px){.ce_headervideo { width:2188px;}}
@media(max-width:2187px){.ce_headervideo { width:2187px;}}
@media(max-width:2186px){.ce_headervideo { width:2186px;}}
@media(max-width:2185px){.ce_headervideo { width:2185px;}}
@media(max-width:2184px){.ce_headervideo { width:2184px;}}
@media(max-width:2183px){.ce_headervideo { width:2183px;}}
@media(max-width:2182px){.ce_headervideo { width:2182px;}}
@media(max-width:2181px){.ce_headervideo { width:2181px;}}
@media(max-width:2180px){.ce_headervideo { width:2180px;}}
@media(max-width:2179px){.ce_headervideo { width:2179px;}}
@media(max-width:2178px){.ce_headervideo { width:2178px;}}
@media(max-width:2177px){.ce_headervideo { width:2177px;}}
@media(max-width:2176px){.ce_headervideo { width:2176px;}}
@media(max-width:2175px){.ce_headervideo { width:2175px;}}
@media(max-width:2174px){.ce_headervideo { width:2174px;}}
@media(max-width:2173px){.ce_headervideo { width:2173px;}}
@media(max-width:2172px){.ce_headervideo { width:2172px;}}
@media(max-width:2171px){.ce_headervideo { width:2171px;}}
@media(max-width:2170px){.ce_headervideo { width:2170px;}}
@media(max-width:2169px){.ce_headervideo { width:2169px;}}
@media(max-width:2168px){.ce_headervideo { width:2168px;}}
@media(max-width:2167px){.ce_headervideo { width:2167px;}}
@media(max-width:2166px){.ce_headervideo { width:2166px;}}
@media(max-width:2165px){.ce_headervideo { width:2165px;}}
@media(max-width:2164px){.ce_headervideo { width:2164px;}}
@media(max-width:2163px){.ce_headervideo { width:2163px;}}
@media(max-width:2162px){.ce_headervideo { width:2162px;}}
@media(max-width:2161px){.ce_headervideo { width:2161px;}}
@media(max-width:2160px){.ce_headervideo { width:2160px;}}
@media(max-width:2159px){.ce_headervideo { width:2159px;}}
@media(max-width:2158px){.ce_headervideo { width:2158px;}}
@media(max-width:2157px){.ce_headervideo { width:2157px;}}
@media(max-width:2156px){.ce_headervideo { width:2156px;}}
@media(max-width:2155px){.ce_headervideo { width:2155px;}}
@media(max-width:2154px){.ce_headervideo { width:2154px;}}
@media(max-width:2153px){.ce_headervideo { width:2153px;}}
@media(max-width:2152px){.ce_headervideo { width:2152px;}}
@media(max-width:2151px){.ce_headervideo { width:2151px;}}
@media(max-width:2150px){.ce_headervideo { width:2150px;}}
@media(max-width:2149px){.ce_headervideo { width:2149px;}}
@media(max-width:2148px){.ce_headervideo { width:2148px;}}
@media(max-width:2147px){.ce_headervideo { width:2147px;}}
@media(max-width:2146px){.ce_headervideo { width:2146px;}}
@media(max-width:2145px){.ce_headervideo { width:2145px;}}
@media(max-width:2144px){.ce_headervideo { width:2144px;}}
@media(max-width:2143px){.ce_headervideo { width:2143px;}}
@media(max-width:2142px){.ce_headervideo { width:2142px;}}
@media(max-width:2141px){.ce_headervideo { width:2141px;}}
@media(max-width:2140px){.ce_headervideo { width:2140px;}}
@media(max-width:2139px){.ce_headervideo { width:2139px;}}
@media(max-width:2138px){.ce_headervideo { width:2138px;}}
@media(max-width:2137px){.ce_headervideo { width:2137px;}}
@media(max-width:2136px){.ce_headervideo { width:2136px;}}
@media(max-width:2135px){.ce_headervideo { width:2135px;}}
@media(max-width:2134px){.ce_headervideo { width:2134px;}}
@media(max-width:2133px){.ce_headervideo { width:2133px;}}
@media(max-width:2132px){.ce_headervideo { width:2132px;}}
@media(max-width:2131px){.ce_headervideo { width:2131px;}}
@media(max-width:2130px){.ce_headervideo { width:2130px;}}
@media(max-width:2129px){.ce_headervideo { width:2129px;}}
@media(max-width:2128px){.ce_headervideo { width:2128px;}}
@media(max-width:2127px){.ce_headervideo { width:2127px;}}
@media(max-width:2126px){.ce_headervideo { width:2126px;}}
@media(max-width:2125px){.ce_headervideo { width:2125px;}}
@media(max-width:2124px){.ce_headervideo { width:2124px;}}
@media(max-width:2123px){.ce_headervideo { width:2123px;}}
@media(max-width:2122px){.ce_headervideo { width:2122px;}}
@media(max-width:2121px){.ce_headervideo { width:2121px;}}
@media(max-width:2120px){.ce_headervideo { width:2120px;}}
@media(max-width:2119px){.ce_headervideo { width:2119px;}}
@media(max-width:2118px){.ce_headervideo { width:2118px;}}
@media(max-width:2117px){.ce_headervideo { width:2117px;}}
@media(max-width:2116px){.ce_headervideo { width:2116px;}}
@media(max-width:2115px){.ce_headervideo { width:2115px;}}
@media(max-width:2114px){.ce_headervideo { width:2114px;}}
@media(max-width:2113px){.ce_headervideo { width:2113px;}}
@media(max-width:2112px){.ce_headervideo { width:2112px;}}
@media(max-width:2111px){.ce_headervideo { width:2111px;}}
@media(max-width:2110px){.ce_headervideo { width:2110px;}}
@media(max-width:2109px){.ce_headervideo { width:2109px;}}
@media(max-width:2108px){.ce_headervideo { width:2108px;}}
@media(max-width:2107px){.ce_headervideo { width:2107px;}}
@media(max-width:2106px){.ce_headervideo { width:2106px;}}
@media(max-width:2105px){.ce_headervideo { width:2105px;}}
@media(max-width:2104px){.ce_headervideo { width:2104px;}}
@media(max-width:2103px){.ce_headervideo { width:2103px;}}
@media(max-width:2102px){.ce_headervideo { width:2102px;}}
@media(max-width:2101px){.ce_headervideo { width:2101px;}}
@media(max-width:2100px){.ce_headervideo { width:2100px;}}
@media(max-width:2099px){.ce_headervideo { width:2099px;}}
@media(max-width:2098px){.ce_headervideo { width:2098px;}}
@media(max-width:2097px){.ce_headervideo { width:2097px;}}
@media(max-width:2096px){.ce_headervideo { width:2096px;}}
@media(max-width:2095px){.ce_headervideo { width:2095px;}}
@media(max-width:2094px){.ce_headervideo { width:2094px;}}
@media(max-width:2093px){.ce_headervideo { width:2093px;}}
@media(max-width:2092px){.ce_headervideo { width:2092px;}}
@media(max-width:2091px){.ce_headervideo { width:2091px;}}
@media(max-width:2090px){.ce_headervideo { width:2090px;}}
@media(max-width:2089px){.ce_headervideo { width:2089px;}}
@media(max-width:2088px){.ce_headervideo { width:2088px;}}
@media(max-width:2087px){.ce_headervideo { width:2087px;}}
@media(max-width:2086px){.ce_headervideo { width:2086px;}}
@media(max-width:2085px){.ce_headervideo { width:2085px;}}
@media(max-width:2084px){.ce_headervideo { width:2084px;}}
@media(max-width:2083px){.ce_headervideo { width:2083px;}}
@media(max-width:2082px){.ce_headervideo { width:2082px;}}
@media(max-width:2081px){.ce_headervideo { width:2081px;}}
@media(max-width:2080px){.ce_headervideo { width:2080px;}}
@media(max-width:2079px){.ce_headervideo { width:2079px;}}
@media(max-width:2078px){.ce_headervideo { width:2078px;}}
@media(max-width:2077px){.ce_headervideo { width:2077px;}}
@media(max-width:2076px){.ce_headervideo { width:2076px;}}
@media(max-width:2075px){.ce_headervideo { width:2075px;}}
@media(max-width:2074px){.ce_headervideo { width:2074px;}}
@media(max-width:2073px){.ce_headervideo { width:2073px;}}
@media(max-width:2072px){.ce_headervideo { width:2072px;}}
@media(max-width:2071px){.ce_headervideo { width:2071px;}}
@media(max-width:2070px){.ce_headervideo { width:2070px;}}
@media(max-width:2069px){.ce_headervideo { width:2069px;}}
@media(max-width:2068px){.ce_headervideo { width:2068px;}}
@media(max-width:2067px){.ce_headervideo { width:2067px;}}
@media(max-width:2066px){.ce_headervideo { width:2066px;}}
@media(max-width:2065px){.ce_headervideo { width:2065px;}}
@media(max-width:2064px){.ce_headervideo { width:2064px;}}
@media(max-width:2063px){.ce_headervideo { width:2063px;}}
@media(max-width:2062px){.ce_headervideo { width:2062px;}}
@media(max-width:2061px){.ce_headervideo { width:2061px;}}
@media(max-width:2060px){.ce_headervideo { width:2060px;}}
@media(max-width:2059px){.ce_headervideo { width:2059px;}}
@media(max-width:2058px){.ce_headervideo { width:2058px;}}
@media(max-width:2057px){.ce_headervideo { width:2057px;}}
@media(max-width:2056px){.ce_headervideo { width:2056px;}}
@media(max-width:2055px){.ce_headervideo { width:2055px;}}
@media(max-width:2054px){.ce_headervideo { width:2054px;}}
@media(max-width:2053px){.ce_headervideo { width:2053px;}}
@media(max-width:2052px){.ce_headervideo { width:2052px;}}
@media(max-width:2051px){.ce_headervideo { width:2051px;}}
@media(max-width:2050px){.ce_headervideo { width:2050px;}}
@media(max-width:2049px){.ce_headervideo { width:2049px;}}
@media(max-width:2048px){.ce_headervideo { width:2048px;}}
@media(max-width:2047px){.ce_headervideo { width:2047px;}}
@media(max-width:2046px){.ce_headervideo { width:2046px;}}
@media(max-width:2045px){.ce_headervideo { width:2045px;}}
@media(max-width:2044px){.ce_headervideo { width:2044px;}}
@media(max-width:2043px){.ce_headervideo { width:2043px;}}
@media(max-width:2042px){.ce_headervideo { width:2042px;}}
@media(max-width:2041px){.ce_headervideo { width:2041px;}}
@media(max-width:2040px){.ce_headervideo { width:2040px;}}
@media(max-width:2039px){.ce_headervideo { width:2039px;}}
@media(max-width:2038px){.ce_headervideo { width:2038px;}}
@media(max-width:2037px){.ce_headervideo { width:2037px;}}
@media(max-width:2036px){.ce_headervideo { width:2036px;}}
@media(max-width:2035px){.ce_headervideo { width:2035px;}}
@media(max-width:2034px){.ce_headervideo { width:2034px;}}
@media(max-width:2033px){.ce_headervideo { width:2033px;}}
@media(max-width:2032px){.ce_headervideo { width:2032px;}}
@media(max-width:2031px){.ce_headervideo { width:2031px;}}
@media(max-width:2030px){.ce_headervideo { width:2030px;}}
@media(max-width:2029px){.ce_headervideo { width:2029px;}}
@media(max-width:2028px){.ce_headervideo { width:2028px;}}
@media(max-width:2027px){.ce_headervideo { width:2027px;}}
@media(max-width:2026px){.ce_headervideo { width:2026px;}}
@media(max-width:2025px){.ce_headervideo { width:2025px;}}
@media(max-width:2024px){.ce_headervideo { width:2024px;}}
@media(max-width:2023px){.ce_headervideo { width:2023px;}}
@media(max-width:2022px){.ce_headervideo { width:2022px;}}
@media(max-width:2021px){.ce_headervideo { width:2021px;}}
@media(max-width:2020px){.ce_headervideo { width:2020px;}}
@media(max-width:2019px){.ce_headervideo { width:2019px;}}
@media(max-width:2018px){.ce_headervideo { width:2018px;}}
@media(max-width:2017px){.ce_headervideo { width:2017px;}}
@media(max-width:2016px){.ce_headervideo { width:2016px;}}
@media(max-width:2015px){.ce_headervideo { width:2015px;}}
@media(max-width:2014px){.ce_headervideo { width:2014px;}}
@media(max-width:2013px){.ce_headervideo { width:2013px;}}
@media(max-width:2012px){.ce_headervideo { width:2012px;}}
@media(max-width:2011px){.ce_headervideo { width:2011px;}}
@media(max-width:2010px){.ce_headervideo { width:2010px;}}
@media(max-width:2009px){.ce_headervideo { width:2009px;}}
@media(max-width:2008px){.ce_headervideo { width:2008px;}}
@media(max-width:2007px){.ce_headervideo { width:2007px;}}
@media(max-width:2006px){.ce_headervideo { width:2006px;}}
@media(max-width:2005px){.ce_headervideo { width:2005px;}}
@media(max-width:2004px){.ce_headervideo { width:2004px;}}
@media(max-width:2003px){.ce_headervideo { width:2003px;}}
@media(max-width:2002px){.ce_headervideo { width:2002px;}}
@media(max-width:2001px){.ce_headervideo { width:2001px;}}
@media(max-width:2000px){.ce_headervideo { width:2000px;}}
@media(max-width:1999px){.ce_headervideo { width:1999px;}}
@media(max-width:1998px){.ce_headervideo { width:1998px;}}
@media(max-width:1997px){.ce_headervideo { width:1997px;}}
@media(max-width:1996px){.ce_headervideo { width:1996px;}}
@media(max-width:1995px){.ce_headervideo { width:1995px;}}
@media(max-width:1994px){.ce_headervideo { width:1994px;}}
@media(max-width:1993px){.ce_headervideo { width:1993px;}}
@media(max-width:1992px){.ce_headervideo { width:1992px;}}
@media(max-width:1991px){.ce_headervideo { width:1991px;}}
@media(max-width:1990px){.ce_headervideo { width:1990px;}}
@media(max-width:1989px){.ce_headervideo { width:1989px;}}
@media(max-width:1988px){.ce_headervideo { width:1988px;}}
@media(max-width:1987px){.ce_headervideo { width:1987px;}}
@media(max-width:1986px){.ce_headervideo { width:1986px;}}
@media(max-width:1985px){.ce_headervideo { width:1985px;}}
@media(max-width:1984px){.ce_headervideo { width:1984px;}}
@media(max-width:1983px){.ce_headervideo { width:1983px;}}
@media(max-width:1982px){.ce_headervideo { width:1982px;}}
@media(max-width:1981px){.ce_headervideo { width:1981px;}}
@media(max-width:1980px){.ce_headervideo { width:1980px;}}
@media(max-width:1979px){.ce_headervideo { width:1979px;}}
@media(max-width:1978px){.ce_headervideo { width:1978px;}}
@media(max-width:1977px){.ce_headervideo { width:1977px;}}
@media(max-width:1976px){.ce_headervideo { width:1976px;}}
@media(max-width:1975px){.ce_headervideo { width:1975px;}}
@media(max-width:1974px){.ce_headervideo { width:1974px;}}
@media(max-width:1973px){.ce_headervideo { width:1973px;}}
@media(max-width:1972px){.ce_headervideo { width:1972px;}}
@media(max-width:1971px){.ce_headervideo { width:1971px;}}
@media(max-width:1970px){.ce_headervideo { width:1970px;}}
@media(max-width:1969px){.ce_headervideo { width:1969px;}}
@media(max-width:1968px){.ce_headervideo { width:1968px;}}
@media(max-width:1967px){.ce_headervideo { width:1967px;}}
@media(max-width:1966px){.ce_headervideo { width:1966px;}}
@media(max-width:1965px){.ce_headervideo { width:1965px;}}
@media(max-width:1964px){.ce_headervideo { width:1964px;}}
@media(max-width:1963px){.ce_headervideo { width:1963px;}}
@media(max-width:1962px){.ce_headervideo { width:1962px;}}
@media(max-width:1961px){.ce_headervideo { width:1961px;}}
@media(max-width:1960px){.ce_headervideo { width:1960px;}}
@media(max-width:1959px){.ce_headervideo { width:1959px;}}
@media(max-width:1958px){.ce_headervideo { width:1958px;}}
@media(max-width:1957px){.ce_headervideo { width:1957px;}}
@media(max-width:1956px){.ce_headervideo { width:1956px;}}
@media(max-width:1955px){.ce_headervideo { width:1955px;}}
@media(max-width:1954px){.ce_headervideo { width:1954px;}}
@media(max-width:1953px){.ce_headervideo { width:1953px;}}
@media(max-width:1952px){.ce_headervideo { width:1952px;}}
@media(max-width:1951px){.ce_headervideo { width:1951px;}}
@media(max-width:1950px){.ce_headervideo { width:1950px;}}
@media(max-width:1949px){.ce_headervideo { width:1949px;}}
@media(max-width:1948px){.ce_headervideo { width:1948px;}}
@media(max-width:1947px){.ce_headervideo { width:1947px;}}
@media(max-width:1946px){.ce_headervideo { width:1946px;}}
@media(max-width:1945px){.ce_headervideo { width:1945px;}}
@media(max-width:1944px){.ce_headervideo { width:1944px;}}
@media(max-width:1943px){.ce_headervideo { width:1943px;}}
@media(max-width:1942px){.ce_headervideo { width:1942px;}}
@media(max-width:1941px){.ce_headervideo { width:1941px;}}
@media(max-width:1940px){.ce_headervideo { width:1940px;}}
@media(max-width:1939px){.ce_headervideo { width:1939px;}}
@media(max-width:1938px){.ce_headervideo { width:1938px;}}
@media(max-width:1937px){.ce_headervideo { width:1937px;}}
@media(max-width:1936px){.ce_headervideo { width:1936px;}}
@media(max-width:1935px){.ce_headervideo { width:1935px;}}
@media(max-width:1934px){.ce_headervideo { width:1934px;}}
@media(max-width:1933px){.ce_headervideo { width:1933px;}}
@media(max-width:1932px){.ce_headervideo { width:1932px;}}
@media(max-width:1931px){.ce_headervideo { width:1931px;}}
@media(max-width:1930px){.ce_headervideo { width:1930px;}}
@media(max-width:1929px){.ce_headervideo { width:1929px;}}
@media(max-width:1928px){.ce_headervideo { width:1928px;}}
@media(max-width:1927px){.ce_headervideo { width:1927px;}}
@media(max-width:1926px){.ce_headervideo { width:1926px;}}
@media(max-width:1925px){.ce_headervideo { width:1925px;}}
@media(max-width:1924px){.ce_headervideo { width:1924px;}}
@media(max-width:1923px){.ce_headervideo { width:1923px;}}
@media(max-width:1922px){.ce_headervideo { width:1922px;}}
@media(max-width:1921px){.ce_headervideo { width:1921px;}}
@media(max-width:1920px){.ce_headervideo { width:1920px;}}
@media(max-width:1919px){.ce_headervideo { width:1919px;}}
@media(max-width:1918px){.ce_headervideo { width:1918px;}}
@media(max-width:1917px){.ce_headervideo { width:1917px;}}
@media(max-width:1916px){.ce_headervideo { width:1916px;}}
@media(max-width:1915px){.ce_headervideo { width:1915px;}}
@media(max-width:1914px){.ce_headervideo { width:1914px;}}
@media(max-width:1913px){.ce_headervideo { width:1913px;}}
@media(max-width:1912px){.ce_headervideo { width:1912px;}}
@media(max-width:1911px){.ce_headervideo { width:1911px;}}
@media(max-width:1910px){.ce_headervideo { width:1910px;}}
@media(max-width:1909px){.ce_headervideo { width:1909px;}}
@media(max-width:1908px){.ce_headervideo { width:1908px;}}
@media(max-width:1907px){.ce_headervideo { width:1907px;}}
@media(max-width:1906px){.ce_headervideo { width:1906px;}}
@media(max-width:1905px){.ce_headervideo { width:1905px;}}
@media(max-width:1904px){.ce_headervideo { width:1904px;}}
@media(max-width:1903px){.ce_headervideo { width:1903px;}}
@media(max-width:1902px){.ce_headervideo { width:1902px;}}
@media(max-width:1901px){.ce_headervideo { width:1901px;}}
@media(max-width:1900px){.ce_headervideo { width:1900px;}}
@media(max-width:1899px){.ce_headervideo { width:1899px;}}
@media(max-width:1898px){.ce_headervideo { width:1898px;}}
@media(max-width:1897px){.ce_headervideo { width:1897px;}}
@media(max-width:1896px){.ce_headervideo { width:1896px;}}
@media(max-width:1895px){.ce_headervideo { width:1895px;}}
@media(max-width:1894px){.ce_headervideo { width:1894px;}}
@media(max-width:1893px){.ce_headervideo { width:1893px;}}
@media(max-width:1892px){.ce_headervideo { width:1892px;}}
@media(max-width:1891px){.ce_headervideo { width:1891px;}}
@media(max-width:1890px){.ce_headervideo { width:1890px;}}
@media(max-width:1889px){.ce_headervideo { width:1889px;}}
@media(max-width:1888px){.ce_headervideo { width:1888px;}}
@media(max-width:1887px){.ce_headervideo { width:1887px;}}
@media(max-width:1886px){.ce_headervideo { width:1886px;}}
@media(max-width:1885px){.ce_headervideo { width:1885px;}}
@media(max-width:1884px){.ce_headervideo { width:1884px;}}
@media(max-width:1883px){.ce_headervideo { width:1883px;}}
@media(max-width:1882px){.ce_headervideo { width:1882px;}}
@media(max-width:1881px){.ce_headervideo { width:1881px;}}
@media(max-width:1880px){.ce_headervideo { width:1880px;}}
@media(max-width:1879px){.ce_headervideo { width:1879px;}}
@media(max-width:1878px){.ce_headervideo { width:1878px;}}
@media(max-width:1877px){.ce_headervideo { width:1877px;}}
@media(max-width:1876px){.ce_headervideo { width:1876px;}}
@media(max-width:1875px){.ce_headervideo { width:1875px;}}
@media(max-width:1874px){.ce_headervideo { width:1874px;}}
@media(max-width:1873px){.ce_headervideo { width:1873px;}}
@media(max-width:1872px){.ce_headervideo { width:1872px;}}
@media(max-width:1871px){.ce_headervideo { width:1871px;}}
@media(max-width:1870px){.ce_headervideo { width:1870px;}}
@media(max-width:1869px){.ce_headervideo { width:1869px;}}
@media(max-width:1868px){.ce_headervideo { width:1868px;}}
@media(max-width:1867px){.ce_headervideo { width:1867px;}}
@media(max-width:1866px){.ce_headervideo { width:1866px;}}
@media(max-width:1865px){.ce_headervideo { width:1865px;}}
@media(max-width:1864px){.ce_headervideo { width:1864px;}}
@media(max-width:1863px){.ce_headervideo { width:1863px;}}
@media(max-width:1862px){.ce_headervideo { width:1862px;}}
@media(max-width:1861px){.ce_headervideo { width:1861px;}}
@media(max-width:1860px){.ce_headervideo { width:1860px;}}
@media(max-width:1859px){.ce_headervideo { width:1859px;}}
@media(max-width:1858px){.ce_headervideo { width:1858px;}}
@media(max-width:1857px){.ce_headervideo { width:1857px;}}
@media(max-width:1856px){.ce_headervideo { width:1856px;}}
@media(max-width:1855px){.ce_headervideo { width:1855px;}}
@media(max-width:1854px){.ce_headervideo { width:1854px;}}
@media(max-width:1853px){.ce_headervideo { width:1853px;}}
@media(max-width:1852px){.ce_headervideo { width:1852px;}}
@media(max-width:1851px){.ce_headervideo { width:1851px;}}
@media(max-width:1850px){.ce_headervideo { width:1850px;}}
@media(max-width:1849px){.ce_headervideo { width:1849px;}}
@media(max-width:1848px){.ce_headervideo { width:1848px;}}
@media(max-width:1847px){.ce_headervideo { width:1847px;}}
@media(max-width:1846px){.ce_headervideo { width:1846px;}}
@media(max-width:1845px){.ce_headervideo { width:1845px;}}
@media(max-width:1844px){.ce_headervideo { width:1844px;}}
@media(max-width:1843px){.ce_headervideo { width:1843px;}}
@media(max-width:1842px){.ce_headervideo { width:1842px;}}
@media(max-width:1841px){.ce_headervideo { width:1841px;}}
@media(max-width:1840px){.ce_headervideo { width:1840px;}}
@media(max-width:1839px){.ce_headervideo { width:1839px;}}
@media(max-width:1838px){.ce_headervideo { width:1838px;}}
@media(max-width:1837px){.ce_headervideo { width:1837px;}}
@media(max-width:1836px){.ce_headervideo { width:1836px;}}
@media(max-width:1835px){.ce_headervideo { width:1835px;}}
@media(max-width:1834px){.ce_headervideo { width:1834px;}}
@media(max-width:1833px){.ce_headervideo { width:1833px;}}
@media(max-width:1832px){.ce_headervideo { width:1832px;}}
@media(max-width:1831px){.ce_headervideo { width:1831px;}}
@media(max-width:1830px){.ce_headervideo { width:1830px;}}
@media(max-width:1829px){.ce_headervideo { width:1829px;}}
@media(max-width:1828px){.ce_headervideo { width:1828px;}}
@media(max-width:1827px){.ce_headervideo { width:1827px;}}
@media(max-width:1826px){.ce_headervideo { width:1826px;}}
@media(max-width:1825px){.ce_headervideo { width:1825px;}}
@media(max-width:1824px){.ce_headervideo { width:1824px;}}
@media(max-width:1823px){.ce_headervideo { width:1823px;}}
@media(max-width:1822px){.ce_headervideo { width:1822px;}}
@media(max-width:1821px){.ce_headervideo { width:1821px;}}
@media(max-width:1820px){.ce_headervideo { width:1820px;}}
@media(max-width:1819px){.ce_headervideo { width:1819px;}}
@media(max-width:1818px){.ce_headervideo { width:1818px;}}
@media(max-width:1817px){.ce_headervideo { width:1817px;}}
@media(max-width:1816px){.ce_headervideo { width:1816px;}}
@media(max-width:1815px){.ce_headervideo { width:1815px;}}
@media(max-width:1814px){.ce_headervideo { width:1814px;}}
@media(max-width:1813px){.ce_headervideo { width:1813px;}}
@media(max-width:1812px){.ce_headervideo { width:1812px;}}
@media(max-width:1811px){.ce_headervideo { width:1811px;}}
@media(max-width:1810px){.ce_headervideo { width:1810px;}}
@media(max-width:1809px){.ce_headervideo { width:1809px;}}
@media(max-width:1808px){.ce_headervideo { width:1808px;}}
@media(max-width:1807px){.ce_headervideo { width:1807px;}}
@media(max-width:1806px){.ce_headervideo { width:1806px;}}
@media(max-width:1805px){.ce_headervideo { width:1805px;}}
@media(max-width:1804px){.ce_headervideo { width:1804px;}}
@media(max-width:1803px){.ce_headervideo { width:1803px;}}
@media(max-width:1802px){.ce_headervideo { width:1802px;}}
@media(max-width:1801px){.ce_headervideo { width:1801px;}}
@media(max-width:1800px){.ce_headervideo { width:1800px;}}
@media(max-width:1799px){.ce_headervideo { width:1799px;}}
@media(max-width:1798px){.ce_headervideo { width:1798px;}}
@media(max-width:1797px){.ce_headervideo { width:1797px;}}
@media(max-width:1796px){.ce_headervideo { width:1796px;}}
@media(max-width:1795px){.ce_headervideo { width:1795px;}}
@media(max-width:1794px){.ce_headervideo { width:1794px;}}
@media(max-width:1793px){.ce_headervideo { width:1793px;}}
@media(max-width:1792px){.ce_headervideo { width:1792px;}}
@media(max-width:1791px){.ce_headervideo { width:1791px;}}
@media(max-width:1790px){.ce_headervideo { width:1790px;}}
@media(max-width:1789px){.ce_headervideo { width:1789px;}}
@media(max-width:1788px){.ce_headervideo { width:1788px;}}
@media(max-width:1787px){.ce_headervideo { width:1787px;}}
@media(max-width:1786px){.ce_headervideo { width:1786px;}}
@media(max-width:1785px){.ce_headervideo { width:1785px;}}
@media(max-width:1784px){.ce_headervideo { width:1784px;}}
@media(max-width:1783px){.ce_headervideo { width:1783px;}}
@media(max-width:1782px){.ce_headervideo { width:1782px;}}
@media(max-width:1781px){.ce_headervideo { width:1781px;}}
@media(max-width:1780px){.ce_headervideo { width:1780px;}}
@media(max-width:1779px){.ce_headervideo { width:1779px;}}
@media(max-width:1778px){.ce_headervideo { width:1778px;}}
@media(max-width:1777px){.ce_headervideo { width:1777px;}}
@media(max-width:1776px){.ce_headervideo { width:1776px;}}
@media(max-width:1775px){.ce_headervideo { width:1775px;}}
@media(max-width:1774px){.ce_headervideo { width:1774px;}}
@media(max-width:1773px){.ce_headervideo { width:1773px;}}
@media(max-width:1772px){.ce_headervideo { width:1772px;}}
@media(max-width:1771px){.ce_headervideo { width:1771px;}}
@media(max-width:1770px){.ce_headervideo { width:1770px;}}
@media(max-width:1769px){.ce_headervideo { width:1769px;}}
@media(max-width:1768px){.ce_headervideo { width:1768px;}}
@media(max-width:1767px){.ce_headervideo { width:1767px;}}
@media(max-width:1766px){.ce_headervideo { width:1766px;}}
@media(max-width:1765px){.ce_headervideo { width:1765px;}}
@media(max-width:1764px){.ce_headervideo { width:1764px;}}
@media(max-width:1763px){.ce_headervideo { width:1763px;}}
@media(max-width:1762px){.ce_headervideo { width:1762px;}}
@media(max-width:1761px){.ce_headervideo { width:1761px;}}
@media(max-width:1760px){.ce_headervideo { width:1760px;}}
@media(max-width:1759px){.ce_headervideo { width:1759px;}}
@media(max-width:1758px){.ce_headervideo { width:1758px;}}
@media(max-width:1757px){.ce_headervideo { width:1757px;}}
@media(max-width:1756px){.ce_headervideo { width:1756px;}}
@media(max-width:1755px){.ce_headervideo { width:1755px;}}
@media(max-width:1754px){.ce_headervideo { width:1754px;}}
@media(max-width:1753px){.ce_headervideo { width:1753px;}}
@media(max-width:1752px){.ce_headervideo { width:1752px;}}
@media(max-width:1751px){.ce_headervideo { width:1751px;}}
@media(max-width:1750px){.ce_headervideo { width:1750px;}}
@media(max-width:1749px){.ce_headervideo { width:1749px;}}
@media(max-width:1748px){.ce_headervideo { width:1748px;}}
@media(max-width:1747px){.ce_headervideo { width:1747px;}}
@media(max-width:1746px){.ce_headervideo { width:1746px;}}
@media(max-width:1745px){.ce_headervideo { width:1745px;}}
@media(max-width:1744px){.ce_headervideo { width:1744px;}}
@media(max-width:1743px){.ce_headervideo { width:1743px;}}
@media(max-width:1742px){.ce_headervideo { width:1742px;}}
@media(max-width:1741px){.ce_headervideo { width:1741px;}}
@media(max-width:1740px){.ce_headervideo { width:1740px;}}
@media(max-width:1739px){.ce_headervideo { width:1739px;}}
@media(max-width:1738px){.ce_headervideo { width:1738px;}}
@media(max-width:1737px){.ce_headervideo { width:1737px;}}
@media(max-width:1736px){.ce_headervideo { width:1736px;}}
@media(max-width:1735px){.ce_headervideo { width:1735px;}}
@media(max-width:1734px){.ce_headervideo { width:1734px;}}
@media(max-width:1733px){.ce_headervideo { width:1733px;}}
@media(max-width:1732px){.ce_headervideo { width:1732px;}}
@media(max-width:1731px){.ce_headervideo { width:1731px;}}
@media(max-width:1730px){.ce_headervideo { width:1730px;}}
@media(max-width:1729px){.ce_headervideo { width:1729px;}}
@media(max-width:1728px){.ce_headervideo { width:1728px;}}
@media(max-width:1727px){.ce_headervideo { width:1727px;}}
@media(max-width:1726px){.ce_headervideo { width:1726px;}}
@media(max-width:1725px){.ce_headervideo { width:1725px;}}
@media(max-width:1724px){.ce_headervideo { width:1724px;}}
@media(max-width:1723px){.ce_headervideo { width:1723px;}}
@media(max-width:1722px){.ce_headervideo { width:1722px;}}
@media(max-width:1721px){.ce_headervideo { width:1721px;}}
@media(max-width:1720px){.ce_headervideo { width:1720px;}}
@media(max-width:1719px){.ce_headervideo { width:1719px;}}
@media(max-width:1718px){.ce_headervideo { width:1718px;}}
@media(max-width:1717px){.ce_headervideo { width:1717px;}}
@media(max-width:1716px){.ce_headervideo { width:1716px;}}
@media(max-width:1715px){.ce_headervideo { width:1715px;}}
@media(max-width:1714px){.ce_headervideo { width:1714px;}}
@media(max-width:1713px){.ce_headervideo { width:1713px;}}
@media(max-width:1712px){.ce_headervideo { width:1712px;}}
@media(max-width:1711px){.ce_headervideo { width:1711px;}}
@media(max-width:1710px){.ce_headervideo { width:1710px;}}
@media(max-width:1709px){.ce_headervideo { width:1709px;}}
@media(max-width:1708px){.ce_headervideo { width:1708px;}}
@media(max-width:1707px){.ce_headervideo { width:1707px;}}
@media(max-width:1706px){.ce_headervideo { width:1706px;}}
@media(max-width:1705px){.ce_headervideo { width:1705px;}}
@media(max-width:1704px){.ce_headervideo { width:1704px;}}
@media(max-width:1703px){.ce_headervideo { width:1703px;}}
@media(max-width:1702px){.ce_headervideo { width:1702px;}}
@media(max-width:1701px){.ce_headervideo { width:1701px;}}
@media(max-width:1700px){.ce_headervideo { width:1700px;}}
@media(max-width:1699px){.ce_headervideo { width:1699px;}}
@media(max-width:1698px){.ce_headervideo { width:1698px;}}
@media(max-width:1697px){.ce_headervideo { width:1697px;}}
@media(max-width:1696px){.ce_headervideo { width:1696px;}}
@media(max-width:1695px){.ce_headervideo { width:1695px;}}
@media(max-width:1694px){.ce_headervideo { width:1694px;}}
@media(max-width:1693px){.ce_headervideo { width:1693px;}}
@media(max-width:1692px){.ce_headervideo { width:1692px;}}
@media(max-width:1691px){.ce_headervideo { width:1691px;}}
@media(max-width:1690px){.ce_headervideo { width:1690px;}}
@media(max-width:1689px){.ce_headervideo { width:1689px;}}
@media(max-width:1688px){.ce_headervideo { width:1688px;}}
@media(max-width:1687px){.ce_headervideo { width:1687px;}}
@media(max-width:1686px){.ce_headervideo { width:1686px;}}
@media(max-width:1685px){.ce_headervideo { width:1685px;}}
@media(max-width:1684px){.ce_headervideo { width:1684px;}}
@media(max-width:1683px){.ce_headervideo { width:1683px;}}
@media(max-width:1682px){.ce_headervideo { width:1682px;}}
@media(max-width:1681px){.ce_headervideo { width:1681px;}}
@media(max-width:1680px){.ce_headervideo { width:1680px;}}
@media(max-width:1679px){.ce_headervideo { width:1679px;}}
@media(max-width:1678px){.ce_headervideo { width:1678px;}}
@media(max-width:1677px){.ce_headervideo { width:1677px;}}
@media(max-width:1676px){.ce_headervideo { width:1676px;}}
@media(max-width:1675px){.ce_headervideo { width:1675px;}}
@media(max-width:1674px){.ce_headervideo { width:1674px;}}
@media(max-width:1673px){.ce_headervideo { width:1673px;}}
@media(max-width:1672px){.ce_headervideo { width:1672px;}}
@media(max-width:1671px){.ce_headervideo { width:1671px;}}
@media(max-width:1670px){.ce_headervideo { width:1670px;}}
@media(max-width:1669px){.ce_headervideo { width:1669px;}}
@media(max-width:1668px){.ce_headervideo { width:1668px;}}
@media(max-width:1667px){.ce_headervideo { width:1667px;}}
@media(max-width:1666px){.ce_headervideo { width:1666px;}}
@media(max-width:1665px){.ce_headervideo { width:1665px;}}
@media(max-width:1664px){.ce_headervideo { width:1664px;}}
@media(max-width:1663px){.ce_headervideo { width:1663px;}}
@media(max-width:1662px){.ce_headervideo { width:1662px;}}
@media(max-width:1661px){.ce_headervideo { width:1661px;}}
@media(max-width:1660px){.ce_headervideo { width:1660px;}}
@media(max-width:1659px){.ce_headervideo { width:1659px;}}
@media(max-width:1658px){.ce_headervideo { width:1658px;}}
@media(max-width:1657px){.ce_headervideo { width:1657px;}}
@media(max-width:1656px){.ce_headervideo { width:1656px;}}
@media(max-width:1655px){.ce_headervideo { width:1655px;}}
@media(max-width:1654px){.ce_headervideo { width:1654px;}}
@media(max-width:1653px){.ce_headervideo { width:1653px;}}
@media(max-width:1652px){.ce_headervideo { width:1652px;}}
@media(max-width:1651px){.ce_headervideo { width:1651px;}}
@media(max-width:1650px){.ce_headervideo { width:1650px;}}
@media(max-width:1649px){.ce_headervideo { width:1649px;}}
@media(max-width:1648px){.ce_headervideo { width:1648px;}}
@media(max-width:1647px){.ce_headervideo { width:1647px;}}
@media(max-width:1646px){.ce_headervideo { width:1646px;}}
@media(max-width:1645px){.ce_headervideo { width:1645px;}}
@media(max-width:1644px){.ce_headervideo { width:1644px;}}
@media(max-width:1643px){.ce_headervideo { width:1643px;}}
@media(max-width:1642px){.ce_headervideo { width:1642px;}}
@media(max-width:1641px){.ce_headervideo { width:1641px;}}
@media(max-width:1640px){.ce_headervideo { width:1640px;}}
@media(max-width:1639px){.ce_headervideo { width:1639px;}}
@media(max-width:1638px){.ce_headervideo { width:1638px;}}
@media(max-width:1637px){.ce_headervideo { width:1637px;}}
@media(max-width:1636px){.ce_headervideo { width:1636px;}}
@media(max-width:1635px){.ce_headervideo { width:1635px;}}
@media(max-width:1634px){.ce_headervideo { width:1634px;}}
@media(max-width:1633px){.ce_headervideo { width:1633px;}}
@media(max-width:1632px){.ce_headervideo { width:1632px;}}
@media(max-width:1631px){.ce_headervideo { width:1631px;}}
@media(max-width:1630px){.ce_headervideo { width:1630px;}}
@media(max-width:1629px){.ce_headervideo { width:1629px;}}
@media(max-width:1628px){.ce_headervideo { width:1628px;}}
@media(max-width:1627px){.ce_headervideo { width:1627px;}}
@media(max-width:1626px){.ce_headervideo { width:1626px;}}
@media(max-width:1625px){.ce_headervideo { width:1625px;}}
@media(max-width:1624px){.ce_headervideo { width:1624px;}}
@media(max-width:1623px){.ce_headervideo { width:1623px;}}
@media(max-width:1622px){.ce_headervideo { width:1622px;}}
@media(max-width:1621px){.ce_headervideo { width:1621px;}}
@media(max-width:1620px){.ce_headervideo { width:1620px;}}
@media(max-width:1619px){.ce_headervideo { width:1619px;}}
@media(max-width:1618px){.ce_headervideo { width:1618px;}}
@media(max-width:1617px){.ce_headervideo { width:1617px;}}
@media(max-width:1616px){.ce_headervideo { width:1616px;}}
@media(max-width:1615px){.ce_headervideo { width:1615px;}}
@media(max-width:1614px){.ce_headervideo { width:1614px;}}
@media(max-width:1613px){.ce_headervideo { width:1613px;}}
@media(max-width:1612px){.ce_headervideo { width:1612px;}}
@media(max-width:1611px){.ce_headervideo { width:1611px;}}
@media(max-width:1610px){.ce_headervideo { width:1610px;}}
@media(max-width:1609px){.ce_headervideo { width:1609px;}}
@media(max-width:1608px){.ce_headervideo { width:1608px;}}
@media(max-width:1607px){.ce_headervideo { width:1607px;}}
@media(max-width:1606px){.ce_headervideo { width:1606px;}}
@media(max-width:1605px){.ce_headervideo { width:1605px;}}
@media(max-width:1604px){.ce_headervideo { width:1604px;}}
@media(max-width:1603px){.ce_headervideo { width:1603px;}}
@media(max-width:1602px){.ce_headervideo { width:1602px;}}
@media(max-width:1601px){.ce_headervideo { width:1601px;}}
@media(max-width:1600px){.ce_headervideo { width:1600px;}}
@media(max-width:1599px){.ce_headervideo { width:1599px;}}
@media(max-width:1598px){.ce_headervideo { width:1598px;}}
@media(max-width:1597px){.ce_headervideo { width:1597px;}}
@media(max-width:1596px){.ce_headervideo { width:1596px;}}
@media(max-width:1595px){.ce_headervideo { width:1595px;}}
@media(max-width:1594px){.ce_headervideo { width:1594px;}}
@media(max-width:1593px){.ce_headervideo { width:1593px;}}
@media(max-width:1592px){.ce_headervideo { width:1592px;}}
@media(max-width:1591px){.ce_headervideo { width:1591px;}}
@media(max-width:1590px){.ce_headervideo { width:1590px;}}
@media(max-width:1589px){.ce_headervideo { width:1589px;}}
@media(max-width:1588px){.ce_headervideo { width:1588px;}}
@media(max-width:1587px){.ce_headervideo { width:1587px;}}
@media(max-width:1586px){.ce_headervideo { width:1586px;}}
@media(max-width:1585px){.ce_headervideo { width:1585px;}}
@media(max-width:1584px){.ce_headervideo { width:1584px;}}
@media(max-width:1583px){.ce_headervideo { width:1583px;}}
@media(max-width:1582px){.ce_headervideo { width:1582px;}}
@media(max-width:1581px){.ce_headervideo { width:1581px;}}
@media(max-width:1580px){.ce_headervideo { width:1580px;}}
@media(max-width:1579px){.ce_headervideo { width:1579px;}}
@media(max-width:1578px){.ce_headervideo { width:1578px;}}
@media(max-width:1577px){.ce_headervideo { width:1577px;}}
@media(max-width:1576px){.ce_headervideo { width:1576px;}}
@media(max-width:1575px){.ce_headervideo { width:1575px;}}
@media(max-width:1574px){.ce_headervideo { width:1574px;}}
@media(max-width:1573px){.ce_headervideo { width:1573px;}}
@media(max-width:1572px){.ce_headervideo { width:1572px;}}
@media(max-width:1571px){.ce_headervideo { width:1571px;}}
@media(max-width:1570px){.ce_headervideo { width:1570px;}}
@media(max-width:1569px){.ce_headervideo { width:1569px;}}
@media(max-width:1568px){.ce_headervideo { width:1568px;}}
@media(max-width:1567px){.ce_headervideo { width:1567px;}}
@media(max-width:1566px){.ce_headervideo { width:1566px;}}
@media(max-width:1565px){.ce_headervideo { width:1565px;}}
@media(max-width:1564px){.ce_headervideo { width:1564px;}}
@media(max-width:1563px){.ce_headervideo { width:1563px;}}
@media(max-width:1562px){.ce_headervideo { width:1562px;}}
@media(max-width:1561px){.ce_headervideo { width:1561px;}}
@media(max-width:1560px){.ce_headervideo { width:1560px;}}
@media(max-width:1559px){.ce_headervideo { width:1559px;}}
@media(max-width:1558px){.ce_headervideo { width:1558px;}}
@media(max-width:1557px){.ce_headervideo { width:1557px;}}
@media(max-width:1556px){.ce_headervideo { width:1556px;}}
@media(max-width:1555px){.ce_headervideo { width:1555px;}}
@media(max-width:1554px){.ce_headervideo { width:1554px;}}
@media(max-width:1553px){.ce_headervideo { width:1553px;}}
@media(max-width:1552px){.ce_headervideo { width:1552px;}}
@media(max-width:1551px){.ce_headervideo { width:1551px;}}
@media(max-width:1550px){.ce_headervideo { width:1550px;}}
@media(max-width:1549px){.ce_headervideo { width:1549px;}}
@media(max-width:1548px){.ce_headervideo { width:1548px;}}
@media(max-width:1547px){.ce_headervideo { width:1547px;}}
@media(max-width:1546px){.ce_headervideo { width:1546px;}}
@media(max-width:1545px){.ce_headervideo { width:1545px;}}
@media(max-width:1544px){.ce_headervideo { width:1544px;}}
@media(max-width:1543px){.ce_headervideo { width:1543px;}}
@media(max-width:1542px){.ce_headervideo { width:1542px;}}
@media(max-width:1541px){.ce_headervideo { width:1541px;}}
@media(max-width:1540px){.ce_headervideo { width:1540px;}}
@media(max-width:1539px){.ce_headervideo { width:1539px;}}
@media(max-width:1538px){.ce_headervideo { width:1538px;}}
@media(max-width:1537px){.ce_headervideo { width:1537px;}}
@media(max-width:1536px){.ce_headervideo { width:1536px;}}
@media(max-width:1535px){.ce_headervideo { width:1535px;}}
@media(max-width:1534px){.ce_headervideo { width:1534px;}}
@media(max-width:1533px){.ce_headervideo { width:1533px;}}
@media(max-width:1532px){.ce_headervideo { width:1532px;}}
@media(max-width:1531px){.ce_headervideo { width:1531px;}}
@media(max-width:1530px){.ce_headervideo { width:1530px;}}
@media(max-width:1529px){.ce_headervideo { width:1529px;}}
@media(max-width:1528px){.ce_headervideo { width:1528px;}}
@media(max-width:1527px){.ce_headervideo { width:1527px;}}
@media(max-width:1526px){.ce_headervideo { width:1526px;}}
@media(max-width:1525px){.ce_headervideo { width:1525px;}}
@media(max-width:1524px){.ce_headervideo { width:1524px;}}
@media(max-width:1523px){.ce_headervideo { width:1523px;}}
@media(max-width:1522px){.ce_headervideo { width:1522px;}}
@media(max-width:1521px){.ce_headervideo { width:1521px;}}
@media(max-width:1520px){.ce_headervideo { width:1520px;}}
@media(max-width:1519px){.ce_headervideo { width:1519px;}}
@media(max-width:1518px){.ce_headervideo { width:1518px;}}
@media(max-width:1517px){.ce_headervideo { width:1517px;}}
@media(max-width:1516px){.ce_headervideo { width:1516px;}}
@media(max-width:1515px){.ce_headervideo { width:1515px;}}
@media(max-width:1514px){.ce_headervideo { width:1514px;}}
@media(max-width:1513px){.ce_headervideo { width:1513px;}}
@media(max-width:1512px){.ce_headervideo { width:1512px;}}
@media(max-width:1511px){.ce_headervideo { width:1511px;}}
@media(max-width:1510px){.ce_headervideo { width:1510px;}}
@media(max-width:1509px){.ce_headervideo { width:1509px;}}
@media(max-width:1508px){.ce_headervideo { width:1508px;}}
@media(max-width:1507px){.ce_headervideo { width:1507px;}}
@media(max-width:1506px){.ce_headervideo { width:1506px;}}
@media(max-width:1505px){.ce_headervideo { width:1505px;}}
@media(max-width:1504px){.ce_headervideo { width:1504px;}}
@media(max-width:1503px){.ce_headervideo { width:1503px;}}
@media(max-width:1502px){.ce_headervideo { width:1502px;}}
@media(max-width:1501px){.ce_headervideo { width:1501px;}}
@media(max-width:1500px){.ce_headervideo { width:1500px;}}
@media(max-width:1499px){.ce_headervideo { width:1499px;}}
@media(max-width:1498px){.ce_headervideo { width:1498px;}}
@media(max-width:1497px){.ce_headervideo { width:1497px;}}
@media(max-width:1496px){.ce_headervideo { width:1496px;}}
@media(max-width:1495px){.ce_headervideo { width:1495px;}}
@media(max-width:1494px){.ce_headervideo { width:1494px;}}
@media(max-width:1493px){.ce_headervideo { width:1493px;}}
@media(max-width:1492px){.ce_headervideo { width:1492px;}}
@media(max-width:1491px){.ce_headervideo { width:1491px;}}
@media(max-width:1490px){.ce_headervideo { width:1490px;}}
@media(max-width:1489px){.ce_headervideo { width:1489px;}}
@media(max-width:1488px){.ce_headervideo { width:1488px;}}
@media(max-width:1487px){.ce_headervideo { width:1487px;}}
@media(max-width:1486px){.ce_headervideo { width:1486px;}}
@media(max-width:1485px){.ce_headervideo { width:1485px;}}
@media(max-width:1484px){.ce_headervideo { width:1484px;}}
@media(max-width:1483px){.ce_headervideo { width:1483px;}}
@media(max-width:1482px){.ce_headervideo { width:1482px;}}
@media(max-width:1481px){.ce_headervideo { width:1481px;}}
@media(max-width:1480px){.ce_headervideo { width:1480px;}}
@media(max-width:1479px){.ce_headervideo { width:1479px;}}
@media(max-width:1478px){.ce_headervideo { width:1478px;}}
@media(max-width:1477px){.ce_headervideo { width:1477px;}}
@media(max-width:1476px){.ce_headervideo { width:1476px;}}
@media(max-width:1475px){.ce_headervideo { width:1475px;}}
@media(max-width:1474px){.ce_headervideo { width:1474px;}}
@media(max-width:1473px){.ce_headervideo { width:1473px;}}
@media(max-width:1472px){.ce_headervideo { width:1472px;}}
@media(max-width:1471px){.ce_headervideo { width:1471px;}}
@media(max-width:1470px){.ce_headervideo { width:1470px;}}
@media(max-width:1469px){.ce_headervideo { width:1469px;}}
@media(max-width:1468px){.ce_headervideo { width:1468px;}}
@media(max-width:1467px){.ce_headervideo { width:1467px;}}
@media(max-width:1466px){.ce_headervideo { width:1466px;}}
@media(max-width:1465px){.ce_headervideo { width:1465px;}}
@media(max-width:1464px){.ce_headervideo { width:1464px;}}
@media(max-width:1463px){.ce_headervideo { width:1463px;}}
@media(max-width:1462px){.ce_headervideo { width:1462px;}}
@media(max-width:1461px){.ce_headervideo { width:1461px;}}
@media(max-width:1460px){.ce_headervideo { width:1460px;}}
@media(max-width:1459px){.ce_headervideo { width:1459px;}}
@media(max-width:1458px){.ce_headervideo { width:1458px;}}
@media(max-width:1457px){.ce_headervideo { width:1457px;}}
@media(max-width:1456px){.ce_headervideo { width:1456px;}}
@media(max-width:1455px){.ce_headervideo { width:1455px;}}
@media(max-width:1454px){.ce_headervideo { width:1454px;}}
@media(max-width:1453px){.ce_headervideo { width:1453px;}}
@media(max-width:1452px){.ce_headervideo { width:1452px;}}
@media(max-width:1451px){.ce_headervideo { width:1451px;}}
@media(max-width:1450px){.ce_headervideo { width:1450px;}}
@media(max-width:1449px){.ce_headervideo { width:1449px;}}
@media(max-width:1448px){.ce_headervideo { width:1448px;}}
@media(max-width:1447px){.ce_headervideo { width:1447px;}}
@media(max-width:1446px){.ce_headervideo { width:1446px;}}
@media(max-width:1445px){.ce_headervideo { width:1445px;}}
@media(max-width:1444px){.ce_headervideo { width:1444px;}}
@media(max-width:1443px){.ce_headervideo { width:1443px;}}
@media(max-width:1442px){.ce_headervideo { width:1442px;}}
@media(max-width:1441px){.ce_headervideo { width:1441px;}}
@media(max-width:1440px){.ce_headervideo { width:1440px;}}
@media(max-width:1439px){.ce_headervideo { width:1439px;}}
@media(max-width:1438px){.ce_headervideo { width:1438px;}}
@media(max-width:1437px){.ce_headervideo { width:1437px;}}
@media(max-width:1436px){.ce_headervideo { width:1436px;}}
@media(max-width:1435px){.ce_headervideo { width:1435px;}}
@media(max-width:1434px){.ce_headervideo { width:1434px;}}
@media(max-width:1433px){.ce_headervideo { width:1433px;}}
@media(max-width:1432px){.ce_headervideo { width:1432px;}}
@media(max-width:1431px){.ce_headervideo { width:1431px;}}
@media(max-width:1430px){.ce_headervideo { width:1430px;}}
@media(max-width:1429px){.ce_headervideo { width:1429px;}}
@media(max-width:1428px){.ce_headervideo { width:1428px;}}
@media(max-width:1427px){.ce_headervideo { width:1427px;}}
@media(max-width:1426px){.ce_headervideo { width:1426px;}}
@media(max-width:1425px){.ce_headervideo { width:1425px;}}
@media(max-width:1424px){.ce_headervideo { width:1424px;}}
@media(max-width:1423px){.ce_headervideo { width:1423px;}}
@media(max-width:1422px){.ce_headervideo { width:1422px;}}
@media(max-width:1421px){.ce_headervideo { width:1421px;}}
@media(max-width:1420px){.ce_headervideo { width:1420px;}}
@media(max-width:1419px){.ce_headervideo { width:1419px;}}
@media(max-width:1418px){.ce_headervideo { width:1418px;}}
@media(max-width:1417px){.ce_headervideo { width:1417px;}}
@media(max-width:1416px){.ce_headervideo { width:1416px;}}
@media(max-width:1415px){.ce_headervideo { width:1415px;}}
@media(max-width:1414px){.ce_headervideo { width:1414px;}}
@media(max-width:1413px){.ce_headervideo { width:1413px;}}
@media(max-width:1412px){.ce_headervideo { width:1412px;}}
@media(max-width:1411px){.ce_headervideo { width:1411px;}}
@media(max-width:1410px){.ce_headervideo { width:1410px;}}
@media(max-width:1409px){.ce_headervideo { width:1409px;}}
@media(max-width:1408px){.ce_headervideo { width:1408px;}}
@media(max-width:1407px){.ce_headervideo { width:1407px;}}
@media(max-width:1406px){.ce_headervideo { width:1406px;}}
@media(max-width:1405px){.ce_headervideo { width:1405px;}}
@media(max-width:1404px){.ce_headervideo { width:1404px;}}
@media(max-width:1403px){.ce_headervideo { width:1403px;}}
@media(max-width:1402px){.ce_headervideo { width:1402px;}}
@media(max-width:1401px){.ce_headervideo { width:1401px;}}
@media(max-width:1400px){.ce_headervideo { width:1400px;}}
@media(max-width:1399px){.ce_headervideo { width:1399px;}}
@media(max-width:1398px){.ce_headervideo { width:1398px;}}
@media(max-width:1397px){.ce_headervideo { width:1397px;}}
@media(max-width:1396px){.ce_headervideo { width:1396px;}}
@media(max-width:1395px){.ce_headervideo { width:1395px;}}
@media(max-width:1394px){.ce_headervideo { width:1394px;}}
@media(max-width:1393px){.ce_headervideo { width:1393px;}}
@media(max-width:1392px){.ce_headervideo { width:1392px;}}
@media(max-width:1391px){.ce_headervideo { width:1391px;}}
@media(max-width:1390px){.ce_headervideo { width:1390px;}}
@media(max-width:1389px){.ce_headervideo { width:1389px;}}
@media(max-width:1388px){.ce_headervideo { width:1388px;}}
@media(max-width:1387px){.ce_headervideo { width:1387px;}}
@media(max-width:1386px){.ce_headervideo { width:1386px;}}
@media(max-width:1385px){.ce_headervideo { width:1385px;}}
@media(max-width:1384px){.ce_headervideo { width:1384px;}}
@media(max-width:1383px){.ce_headervideo { width:1383px;}}
@media(max-width:1382px){.ce_headervideo { width:1382px;}}
@media(max-width:1381px){.ce_headervideo { width:1381px;}}
@media(max-width:1380px){.ce_headervideo { width:1380px;}}
@media(max-width:1379px){.ce_headervideo { width:1379px;}}
@media(max-width:1378px){.ce_headervideo { width:1378px;}}
@media(max-width:1377px){.ce_headervideo { width:1377px;}}
@media(max-width:1376px){.ce_headervideo { width:1376px;}}
@media(max-width:1375px){.ce_headervideo { width:1375px;}}
@media(max-width:1374px){.ce_headervideo { width:1374px;}}
@media(max-width:1373px){.ce_headervideo { width:1373px;}}
@media(max-width:1372px){.ce_headervideo { width:1372px;}}
@media(max-width:1371px){.ce_headervideo { width:1371px;}}
@media(max-width:1370px){.ce_headervideo { width:1370px;}}
@media(max-width:1369px){.ce_headervideo { width:1369px;}}
@media(max-width:1368px){.ce_headervideo { width:1368px;}}
@media(max-width:1367px){.ce_headervideo { width:1367px;}}
@media(max-width:1366px){.ce_headervideo { width:1366px;}}
@media(max-width:1365px){.ce_headervideo { width:1365px;}}
@media(max-width:1364px){.ce_headervideo { width:1364px;}}
@media(max-width:1363px){.ce_headervideo { width:1363px;}}
@media(max-width:1362px){.ce_headervideo { width:1362px;}}
@media(max-width:1361px){.ce_headervideo { width:1361px;}}
@media(max-width:1360px){.ce_headervideo { width:1360px;}}
@media(max-width:1359px){.ce_headervideo { width:1359px;}}
@media(max-width:1358px){.ce_headervideo { width:1358px;}}
@media(max-width:1357px){.ce_headervideo { width:1357px;}}
@media(max-width:1356px){.ce_headervideo { width:1356px;}}
@media(max-width:1355px){.ce_headervideo { width:1355px;}}
@media(max-width:1354px){.ce_headervideo { width:1354px;}}
@media(max-width:1353px){.ce_headervideo { width:1353px;}}
@media(max-width:1352px){.ce_headervideo { width:1352px;}}
@media(max-width:1351px){.ce_headervideo { width:1351px;}}
@media(max-width:1350px){.ce_headervideo { width:1350px;}}
@media(max-width:1349px){.ce_headervideo { width:1349px;}}
@media(max-width:1348px){.ce_headervideo { width:1348px;}}
@media(max-width:1347px){.ce_headervideo { width:1347px;}}
@media(max-width:1346px){.ce_headervideo { width:1346px;}}
@media(max-width:1345px){.ce_headervideo { width:1345px;}}
@media(max-width:1344px){.ce_headervideo { width:1344px;}}
@media(max-width:1343px){.ce_headervideo { width:1343px;}}
@media(max-width:1342px){.ce_headervideo { width:1342px;}}
@media(max-width:1341px){.ce_headervideo { width:1341px;}}
@media(max-width:1340px){.ce_headervideo { width:1340px;}}
@media(max-width:1339px){.ce_headervideo { width:1339px;}}
@media(max-width:1338px){.ce_headervideo { width:1338px;}}
@media(max-width:1337px){.ce_headervideo { width:1337px;}}
@media(max-width:1336px){.ce_headervideo { width:1336px;}}
@media(max-width:1335px){.ce_headervideo { width:1335px;}}
@media(max-width:1334px){.ce_headervideo { width:1334px;}}
@media(max-width:1333px){.ce_headervideo { width:1333px;}}
@media(max-width:1332px){.ce_headervideo { width:1332px;}}
@media(max-width:1331px){.ce_headervideo { width:1331px;}}
@media(max-width:1330px){.ce_headervideo { width:1330px;}}
@media(max-width:1329px){.ce_headervideo { width:1329px;}}
@media(max-width:1328px){.ce_headervideo { width:1328px;}}
@media(max-width:1327px){.ce_headervideo { width:1327px;}}
@media(max-width:1326px){.ce_headervideo { width:1326px;}}
@media(max-width:1325px){.ce_headervideo { width:1325px;}}
@media(max-width:1324px){.ce_headervideo { width:1324px;}}
@media(max-width:1323px){.ce_headervideo { width:1323px;}}
@media(max-width:1322px){.ce_headervideo { width:1322px;}}
@media(max-width:1321px){.ce_headervideo { width:1321px;}}
@media(max-width:1320px){.ce_headervideo { width:1320px;}}
@media(max-width:1319px){.ce_headervideo { width:1319px;}}
@media(max-width:1318px){.ce_headervideo { width:1318px;}}
@media(max-width:1317px){.ce_headervideo { width:1317px;}}
@media(max-width:1316px){.ce_headervideo { width:1316px;}}
@media(max-width:1315px){.ce_headervideo { width:1315px;}}
@media(max-width:1314px){.ce_headervideo { width:1314px;}}
@media(max-width:1313px){.ce_headervideo { width:1313px;}}
@media(max-width:1312px){.ce_headervideo { width:1312px;}}
@media(max-width:1311px){.ce_headervideo { width:1311px;}}
@media(max-width:1310px){.ce_headervideo { width:1310px;}}
@media(max-width:1309px){.ce_headervideo { width:1309px;}}
@media(max-width:1308px){.ce_headervideo { width:1308px;}}
@media(max-width:1307px){.ce_headervideo { width:1307px;}}
@media(max-width:1306px){.ce_headervideo { width:1306px;}}
@media(max-width:1305px){.ce_headervideo { width:1305px;}}
@media(max-width:1304px){.ce_headervideo { width:1304px;}}
@media(max-width:1303px){.ce_headervideo { width:1303px;}}
@media(max-width:1302px){.ce_headervideo { width:1302px;}}
@media(max-width:1301px){.ce_headervideo { width:1301px;}}
@media(max-width:1300px){.ce_headervideo { width:1300px;}}
@media(max-width:1299px){.ce_headervideo { width:1299px;}}
@media(max-width:1298px){.ce_headervideo { width:1298px;}}
@media(max-width:1297px){.ce_headervideo { width:1297px;}}
@media(max-width:1296px){.ce_headervideo { width:1296px;}}
@media(max-width:1295px){.ce_headervideo { width:1295px;}}
@media(max-width:1294px){.ce_headervideo { width:1294px;}}
@media(max-width:1293px){.ce_headervideo { width:1293px;}}
@media(max-width:1292px){.ce_headervideo { width:1292px;}}
@media(max-width:1291px){.ce_headervideo { width:1291px;}}
@media(max-width:1290px){.ce_headervideo { width:1290px;}}
@media(max-width:1289px){.ce_headervideo { width:1289px;}}
@media(max-width:1288px){.ce_headervideo { width:1288px;}}
@media(max-width:1287px){.ce_headervideo { width:1287px;}}
@media(max-width:1286px){.ce_headervideo { width:1286px;}}
@media(max-width:1285px){.ce_headervideo { width:1285px;}}
@media(max-width:1284px){.ce_headervideo { width:1284px;}}
@media(max-width:1283px){.ce_headervideo { width:1283px;}}
@media(max-width:1282px){.ce_headervideo { width:1282px;}}
@media(max-width:1281px){.ce_headervideo { width:1281px;}}
@media(max-width:1280px){.ce_headervideo { width:1280px;}}
@media(max-width:1279px){.ce_headervideo { width:1279px;}}
@media(max-width:1278px){.ce_headervideo { width:1278px;}}
@media(max-width:1277px){.ce_headervideo { width:1277px;}}
@media(max-width:1276px){.ce_headervideo { width:1276px;}}
@media(max-width:1275px){.ce_headervideo { width:1275px;}}
@media(max-width:1274px){.ce_headervideo { width:1274px;}}
@media(max-width:1273px){.ce_headervideo { width:1273px;}}
@media(max-width:1272px){.ce_headervideo { width:1272px;}}
@media(max-width:1271px){.ce_headervideo { width:1271px;}}
@media(max-width:1270px){.ce_headervideo { width:1270px;}}
@media(max-width:1269px){.ce_headervideo { width:1269px;}}
@media(max-width:1268px){.ce_headervideo { width:1268px;}}
@media(max-width:1267px){.ce_headervideo { width:1267px;}}
@media(max-width:1266px){.ce_headervideo { width:1266px;}}
@media(max-width:1265px){.ce_headervideo { width:1265px;}}
@media(max-width:1264px){.ce_headervideo { width:1264px;}}
@media(max-width:1263px){.ce_headervideo { width:1263px;}}
@media(max-width:1262px){.ce_headervideo { width:1262px;}}
@media(max-width:1261px){.ce_headervideo { width:1261px;}}
@media(max-width:1260px){.ce_headervideo { width:1260px;}}
@media(max-width:1259px){.ce_headervideo { width:1259px;}}
@media(max-width:1258px){.ce_headervideo { width:1258px;}}
@media(max-width:1257px){.ce_headervideo { width:1257px;}}
@media(max-width:1256px){.ce_headervideo { width:1256px;}}
@media(max-width:1255px){.ce_headervideo { width:1255px;}}
@media(max-width:1254px){.ce_headervideo { width:1254px;}}
@media(max-width:1253px){.ce_headervideo { width:1253px;}}
@media(max-width:1252px){.ce_headervideo { width:1252px;}}
@media(max-width:1251px){.ce_headervideo { width:1251px;}}
@media(max-width:1250px){.ce_headervideo { width:1250px;}}
@media(max-width:1249px){.ce_headervideo { width:1249px;}}
@media(max-width:1248px){.ce_headervideo { width:1248px;}}
@media(max-width:1247px){.ce_headervideo { width:1247px;}}
@media(max-width:1246px){.ce_headervideo { width:1246px;}}
@media(max-width:1245px){.ce_headervideo { width:1245px;}}
@media(max-width:1244px){.ce_headervideo { width:1244px;}}
@media(max-width:1243px){.ce_headervideo { width:1243px;}}
@media(max-width:1242px){.ce_headervideo { width:1242px;}}
@media(max-width:1241px){.ce_headervideo { width:1241px;}}
@media(max-width:1240px){.ce_headervideo { width:1240px;}}
@media(max-width:1239px){.ce_headervideo { width:1239px;}}
@media(max-width:1238px){.ce_headervideo { width:1238px;}}
@media(max-width:1237px){.ce_headervideo { width:1237px;}}
@media(max-width:1236px){.ce_headervideo { width:1236px;}}
@media(max-width:1235px){.ce_headervideo { width:1235px;}}
@media(max-width:1234px){.ce_headervideo { width:1234px;}}
@media(max-width:1233px){.ce_headervideo { width:1233px;}}
@media(max-width:1232px){.ce_headervideo { width:1232px;}}
@media(max-width:1231px){.ce_headervideo { width:1231px;}}
@media(max-width:1230px){.ce_headervideo { width:1230px;}}
@media(max-width:1229px){.ce_headervideo { width:1229px;}}
@media(max-width:1228px){.ce_headervideo { width:1228px;}}
@media(max-width:1227px){.ce_headervideo { width:1227px;}}
@media(max-width:1226px){.ce_headervideo { width:1226px;}}
@media(max-width:1225px){.ce_headervideo { width:1225px;}}
@media(max-width:1224px){.ce_headervideo { width:1224px;}}
@media(max-width:1223px){.ce_headervideo { width:1223px;}}
@media(max-width:1222px){.ce_headervideo { width:1222px;}}
@media(max-width:1221px){.ce_headervideo { width:1221px;}}
@media(max-width:1220px){.ce_headervideo { width:1220px;}}
@media(max-width:1219px){.ce_headervideo { width:1219px;}}
@media(max-width:1218px){.ce_headervideo { width:1218px;}}
@media(max-width:1217px){.ce_headervideo { width:1217px;}}
@media(max-width:1216px){.ce_headervideo { width:1216px;}}
@media(max-width:1215px){.ce_headervideo { width:1215px;}}
@media(max-width:1214px){.ce_headervideo { width:1214px;}}
@media(max-width:1213px){.ce_headervideo { width:1213px;}}
@media(max-width:1212px){.ce_headervideo { width:1212px;}}
@media(max-width:1211px){.ce_headervideo { width:1211px;}}
@media(max-width:1210px){.ce_headervideo { width:1210px;}}
@media(max-width:1209px){.ce_headervideo { width:1209px;}}
@media(max-width:1208px){.ce_headervideo { width:1208px;}}
@media(max-width:1207px){.ce_headervideo { width:1207px;}}
@media(max-width:1206px){.ce_headervideo { width:1206px;}}
@media(max-width:1205px){.ce_headervideo { width:1205px;}}
@media(max-width:1204px){.ce_headervideo { width:1204px;}}
@media(max-width:1203px){.ce_headervideo { width:1203px;}}
@media(max-width:1202px){.ce_headervideo { width:1202px;}}
@media(max-width:1201px){.ce_headervideo { width:1201px;}}
@media(max-width:1200px){.ce_headervideo { width:1200px;}}
@media(max-width:1199px){.ce_headervideo { width:1199px;}}
@media(max-width:1198px){.ce_headervideo { width:1198px;}}
@media(max-width:1197px){.ce_headervideo { width:1197px;}}
@media(max-width:1196px){.ce_headervideo { width:1196px;}}
@media(max-width:1195px){.ce_headervideo { width:1195px;}}
@media(max-width:1194px){.ce_headervideo { width:1194px;}}
@media(max-width:1193px){.ce_headervideo { width:1193px;}}
@media(max-width:1192px){.ce_headervideo { width:1192px;}}
@media(max-width:1191px){.ce_headervideo { width:1191px;}}
@media(max-width:1190px){.ce_headervideo { width:1190px;}}
@media(max-width:1189px){.ce_headervideo { width:1189px;}}
@media(max-width:1188px){.ce_headervideo { width:1188px;}}
@media(max-width:1187px){.ce_headervideo { width:1187px;}}
@media(max-width:1186px){.ce_headervideo { width:1186px;}}
@media(max-width:1185px){.ce_headervideo { width:1185px;}}
@media(max-width:1184px){.ce_headervideo { width:1184px;}}
@media(max-width:1183px){.ce_headervideo { width:1183px;}}
@media(max-width:1182px){.ce_headervideo { width:1182px;}}
@media(max-width:1181px){.ce_headervideo { width:1181px;}}
@media(max-width:1180px){.ce_headervideo { width:1180px;}}
@media(max-width:1179px){.ce_headervideo { width:1179px;}}
@media(max-width:1178px){.ce_headervideo { width:1178px;}}
@media(max-width:1177px){.ce_headervideo { width:1177px;}}
@media(max-width:1176px){.ce_headervideo { width:1176px;}}
@media(max-width:1175px){.ce_headervideo { width:1175px;}}
@media(max-width:1174px){.ce_headervideo { width:1174px;}}
@media(max-width:1173px){.ce_headervideo { width:1173px;}}
@media(max-width:1172px){.ce_headervideo { width:1172px;}}
@media(max-width:1171px){.ce_headervideo { width:1171px;}}
@media(max-width:1170px){.ce_headervideo { width:1170px;}}
@media(max-width:1169px){.ce_headervideo { width:1169px;}}
@media(max-width:1168px){.ce_headervideo { width:1168px;}}
@media(max-width:1167px){.ce_headervideo { width:1167px;}}
@media(max-width:1166px){.ce_headervideo { width:1166px;}}
@media(max-width:1165px){.ce_headervideo { width:1165px;}}
@media(max-width:1164px){.ce_headervideo { width:1164px;}}
@media(max-width:1163px){.ce_headervideo { width:1163px;}}
@media(max-width:1162px){.ce_headervideo { width:1162px;}}
@media(max-width:1161px){.ce_headervideo { width:1161px;}}
@media(max-width:1160px){.ce_headervideo { width:1160px;}}
@media(max-width:1159px){.ce_headervideo { width:1159px;}}
@media(max-width:1158px){.ce_headervideo { width:1158px;}}
@media(max-width:1157px){.ce_headervideo { width:1157px;}}
@media(max-width:1156px){.ce_headervideo { width:1156px;}}
@media(max-width:1155px){.ce_headervideo { width:1155px;}}
@media(max-width:1154px){.ce_headervideo { width:1154px;}}
@media(max-width:1153px){.ce_headervideo { width:1153px;}}
@media(max-width:1152px){.ce_headervideo { width:1152px;}}
@media(max-width:1151px){.ce_headervideo { width:1151px;}}
@media(max-width:1150px){.ce_headervideo { width:1150px;}}
@media(max-width:1149px){.ce_headervideo { width:1149px;}}
@media(max-width:1148px){.ce_headervideo { width:1148px;}}
@media(max-width:1147px){.ce_headervideo { width:1147px;}}
@media(max-width:1146px){.ce_headervideo { width:1146px;}}
@media(max-width:1145px){.ce_headervideo { width:1145px;}}
@media(max-width:1144px){.ce_headervideo { width:1144px;}}
@media(max-width:1143px){.ce_headervideo { width:1143px;}}
@media(max-width:1142px){.ce_headervideo { width:1142px;}}
@media(max-width:1141px){.ce_headervideo { width:1141px;}}
@media(max-width:1140px){.ce_headervideo { width:1140px;}}
@media(max-width:1139px){.ce_headervideo { width:1139px;}}
@media(max-width:1138px){.ce_headervideo { width:1138px;}}
@media(max-width:1137px){.ce_headervideo { width:1137px;}}
@media(max-width:1136px){.ce_headervideo { width:1136px;}}
@media(max-width:1135px){.ce_headervideo { width:1135px;}}
@media(max-width:1134px){.ce_headervideo { width:1134px;}}
@media(max-width:1133px){.ce_headervideo { width:1133px;}}
@media(max-width:1132px){.ce_headervideo { width:1132px;}}
@media(max-width:1131px){.ce_headervideo { width:1131px;}}
@media(max-width:1130px){.ce_headervideo { width:1130px;}}
@media(max-width:1129px){.ce_headervideo { width:1129px;}}
@media(max-width:1128px){.ce_headervideo { width:1128px;}}
@media(max-width:1127px){.ce_headervideo { width:1127px;}}
@media(max-width:1126px){.ce_headervideo { width:1126px;}}
@media(max-width:1125px){.ce_headervideo { width:1125px;}}
@media(max-width:1124px){.ce_headervideo { width:1124px;}}
@media(max-width:1123px){.ce_headervideo { width:1123px;}}
@media(max-width:1122px){.ce_headervideo { width:1122px;}}
@media(max-width:1121px){.ce_headervideo { width:1121px;}}
@media(max-width:1120px){.ce_headervideo { width:1120px;}}
@media(max-width:1119px){.ce_headervideo { width:1119px;}}
@media(max-width:1118px){.ce_headervideo { width:1118px;}}
@media(max-width:1117px){.ce_headervideo { width:1117px;}}
@media(max-width:1116px){.ce_headervideo { width:1116px;}}
@media(max-width:1115px){.ce_headervideo { width:1115px;}}
@media(max-width:1114px){.ce_headervideo { width:1114px;}}
@media(max-width:1113px){.ce_headervideo { width:1113px;}}
@media(max-width:1112px){.ce_headervideo { width:1112px;}}
@media(max-width:1111px){.ce_headervideo { width:1111px;}}
@media(max-width:1110px){.ce_headervideo { width:1110px;}}
@media(max-width:1109px){.ce_headervideo { width:1109px;}}
@media(max-width:1108px){.ce_headervideo { width:1108px;}}
@media(max-width:1107px){.ce_headervideo { width:1107px;}}
@media(max-width:1106px){.ce_headervideo { width:1106px;}}
@media(max-width:1105px){.ce_headervideo { width:1105px;}}
@media(max-width:1104px){.ce_headervideo { width:1104px;}}
@media(max-width:1103px){.ce_headervideo { width:1103px;}}
@media(max-width:1102px){.ce_headervideo { width:1102px;}}
@media(max-width:1101px){.ce_headervideo { width:1101px;}}
@media(max-width:1100px){.ce_headervideo { width:1100px;}}
@media(max-width:1099px){.ce_headervideo { width:1099px;}}
@media(max-width:1098px){.ce_headervideo { width:1098px;}}
@media(max-width:1097px){.ce_headervideo { width:1097px;}}
@media(max-width:1096px){.ce_headervideo { width:1096px;}}
@media(max-width:1095px){.ce_headervideo { width:1095px;}}
@media(max-width:1094px){.ce_headervideo { width:1094px;}}
@media(max-width:1093px){.ce_headervideo { width:1093px;}}
@media(max-width:1092px){.ce_headervideo { width:1092px;}}
@media(max-width:1091px){.ce_headervideo { width:1091px;}}
@media(max-width:1090px){.ce_headervideo { width:1090px;}}
@media(max-width:1089px){.ce_headervideo { width:1089px;}}
@media(max-width:1088px){.ce_headervideo { width:1088px;}}
@media(max-width:1087px){.ce_headervideo { width:1087px;}}
@media(max-width:1086px){.ce_headervideo { width:1086px;}}
@media(max-width:1085px){.ce_headervideo { width:1085px;}}
@media(max-width:1084px){.ce_headervideo { width:1084px;}}
@media(max-width:1083px){.ce_headervideo { width:1083px;}}
@media(max-width:1082px){.ce_headervideo { width:1082px;}}
@media(max-width:1081px){.ce_headervideo { width:1081px;}}
@media(max-width:1080px){.ce_headervideo { width:1080px;}}
@media(max-width:1079px){.ce_headervideo { width:1079px;}}
@media(max-width:1078px){.ce_headervideo { width:1078px;}}
@media(max-width:1077px){.ce_headervideo { width:1077px;}}
@media(max-width:1076px){.ce_headervideo { width:1076px;}}
@media(max-width:1075px){.ce_headervideo { width:1075px;}}
@media(max-width:1074px){.ce_headervideo { width:1074px;}}
@media(max-width:1073px){.ce_headervideo { width:1073px;}}
@media(max-width:1072px){.ce_headervideo { width:1072px;}}
@media(max-width:1071px){.ce_headervideo { width:1071px;}}
@media(max-width:1070px){.ce_headervideo { width:1070px;}}
@media(max-width:1069px){.ce_headervideo { width:1069px;}}
@media(max-width:1068px){.ce_headervideo { width:1068px;}}
@media(max-width:1067px){.ce_headervideo { width:1067px;}}
@media(max-width:1066px){.ce_headervideo { width:1066px;}}
@media(max-width:1065px){.ce_headervideo { width:1065px;}}
@media(max-width:1064px){.ce_headervideo { width:1064px;}}
@media(max-width:1063px){.ce_headervideo { width:1063px;}}
@media(max-width:1062px){.ce_headervideo { width:1062px;}}
@media(max-width:1061px){.ce_headervideo { width:1061px;}}
@media(max-width:1060px){.ce_headervideo { width:1060px;}}
@media(max-width:1059px){.ce_headervideo { width:1059px;}}
@media(max-width:1058px){.ce_headervideo { width:1058px;}}
@media(max-width:1057px){.ce_headervideo { width:1057px;}}
@media(max-width:1056px){.ce_headervideo { width:1056px;}}
@media(max-width:1055px){.ce_headervideo { width:1055px;}}
@media(max-width:1054px){.ce_headervideo { width:1054px;}}
@media(max-width:1053px){.ce_headervideo { width:1053px;}}
@media(max-width:1052px){.ce_headervideo { width:1052px;}}
@media(max-width:1051px){.ce_headervideo { width:1051px;}}
@media(max-width:1050px){.ce_headervideo { width:1050px;}}
@media(max-width:1049px){.ce_headervideo { width:1049px;}}
@media(max-width:1048px){.ce_headervideo { width:1048px;}}
@media(max-width:1047px){.ce_headervideo { width:1047px;}}
@media(max-width:1046px){.ce_headervideo { width:1046px;}}
@media(max-width:1045px){.ce_headervideo { width:1045px;}}
@media(max-width:1044px){.ce_headervideo { width:1044px;}}
@media(max-width:1043px){.ce_headervideo { width:1043px;}}
@media(max-width:1042px){.ce_headervideo { width:1042px;}}
@media(max-width:1041px){.ce_headervideo { width:1041px;}}
@media(max-width:1040px){.ce_headervideo { width:1040px;}}
@media(max-width:1039px){.ce_headervideo { width:1039px;}}
@media(max-width:1038px){.ce_headervideo { width:1038px;}}
@media(max-width:1037px){.ce_headervideo { width:1037px;}}
@media(max-width:1036px){.ce_headervideo { width:1036px;}}
@media(max-width:1035px){.ce_headervideo { width:1035px;}}
@media(max-width:1034px){.ce_headervideo { width:1034px;}}
@media(max-width:1033px){.ce_headervideo { width:1033px;}}
@media(max-width:1032px){.ce_headervideo { width:1032px;}}
@media(max-width:1031px){.ce_headervideo { width:1031px;}}
@media(max-width:1030px){.ce_headervideo { width:1030px;}}
@media(max-width:1029px){.ce_headervideo { width:1029px;}}
@media(max-width:1028px){.ce_headervideo { width:1028px;}}
@media(max-width:1027px){.ce_headervideo { width:1027px;}}
@media(max-width:1026px){.ce_headervideo { width:1026px;}}
@media(max-width:1025px){.ce_headervideo { width:1025px;}}
@media(max-width:1024px){.ce_headervideo { width:1024px;}}
@media(max-width:1023px){.ce_headervideo { width:1023px;}}
@media(max-width:1022px){.ce_headervideo { width:1022px;}}
@media(max-width:1021px){.ce_headervideo { width:1021px;}}
@media(max-width:1020px){.ce_headervideo { width:1020px;}}
@media(max-width:1019px){.ce_headervideo { width:1019px;}}
@media(max-width:1018px){.ce_headervideo { width:1018px;}}
@media(max-width:1017px){.ce_headervideo { width:1017px;}}
@media(max-width:1016px){.ce_headervideo { width:1016px;}}
@media(max-width:1015px){.ce_headervideo { width:1015px;}}
@media(max-width:1014px){.ce_headervideo { width:1014px;}}
@media(max-width:1013px){.ce_headervideo { width:1013px;}}
@media(max-width:1012px){.ce_headervideo { width:1012px;}}
@media(max-width:1011px){.ce_headervideo { width:1011px;}}
@media(max-width:1010px){.ce_headervideo { width:1010px;}}
@media(max-width:1009px){.ce_headervideo { width:1009px;}}
@media(max-width:1008px){.ce_headervideo { width:1008px;}}
@media(max-width:1007px){.ce_headervideo { width:1007px;}}
@media(max-width:1006px){.ce_headervideo { width:1006px;}}
@media(max-width:1005px){.ce_headervideo { width:1005px;}}
@media(max-width:1004px){.ce_headervideo { width:1004px;}}
@media(max-width:1003px){.ce_headervideo { width:1003px;}}
@media(max-width:1002px){.ce_headervideo { width:1002px;}}
@media(max-width:1001px){.ce_headervideo { width:1001px;}}
@media(max-width:1000px){.ce_headervideo { width:1000px;}}
@media(max-width:999px){.ce_headervideo { width:999px;}}
@media(max-width:998px){.ce_headervideo { width:998px;}}
@media(max-width:997px){.ce_headervideo { width:997px;}}
@media(max-width:996px){.ce_headervideo { width:996px;}}
@media(max-width:995px){.ce_headervideo { width:995px;}}
@media(max-width:994px){.ce_headervideo { width:994px;}}
@media(max-width:993px){.ce_headervideo { width:993px;}}
@media(max-width:992px){.ce_headervideo { width:992px;}}
@media(max-width:991px){.ce_headervideo { width:991px;}}
@media(max-width:990px){.ce_headervideo { width:990px;}}
@media(max-width:989px){.ce_headervideo { width:989px;}}
@media(max-width:988px){.ce_headervideo { width:988px;}}
@media(max-width:987px){.ce_headervideo { width:987px;}}
@media(max-width:986px){.ce_headervideo { width:986px;}}
@media(max-width:985px){.ce_headervideo { width:985px;}}
@media(max-width:984px){.ce_headervideo { width:984px;}}
@media(max-width:983px){.ce_headervideo { width:983px;}}
@media(max-width:982px){.ce_headervideo { width:982px;}}
@media(max-width:981px){.ce_headervideo { width:981px;}}
@media(max-width:980px){.ce_headervideo { width:980px;}}
@media(max-width:979px){.ce_headervideo { width:979px;}}
@media(max-width:978px){.ce_headervideo { width:978px;}}
@media(max-width:977px){.ce_headervideo { width:977px;}}
@media(max-width:976px){.ce_headervideo { width:976px;}}
@media(max-width:975px){.ce_headervideo { width:975px;}}
@media(max-width:974px){.ce_headervideo { width:974px;}}
@media(max-width:973px){.ce_headervideo { width:973px;}}
@media(max-width:972px){.ce_headervideo { width:972px;}}
@media(max-width:971px){.ce_headervideo { width:971px;}}
@media(max-width:970px){.ce_headervideo { width:970px;}}
@media(max-width:969px){.ce_headervideo { width:969px;}}
@media(max-width:968px){.ce_headervideo { width:968px;}}
@media(max-width:967px){.ce_headervideo { width:967px;}}
@media(max-width:966px){.ce_headervideo { width:966px;}}
@media(max-width:965px){.ce_headervideo { width:965px;}}
@media(max-width:964px){.ce_headervideo { width:964px;}}
@media(max-width:963px){.ce_headervideo { width:963px;}}
@media(max-width:962px){.ce_headervideo { width:962px;}}
@media(max-width:961px){.ce_headervideo { width:961px;}}
@media(max-width:960px){.ce_headervideo { width:960px;}}
@media(max-width:959px){.ce_headervideo { width:959px;}}
@media(max-width:958px){.ce_headervideo { width:958px;}}
@media(max-width:957px){.ce_headervideo { width:957px;}}
@media(max-width:956px){.ce_headervideo { width:956px;}}
@media(max-width:955px){.ce_headervideo { width:955px;}}
@media(max-width:954px){.ce_headervideo { width:954px;}}
@media(max-width:953px){.ce_headervideo { width:953px;}}
@media(max-width:952px){.ce_headervideo { width:952px;}}
@media(max-width:951px){.ce_headervideo { width:951px;}}
@media(max-width:950px){.ce_headervideo { width:950px;}}
@media(max-width:949px){.ce_headervideo { width:949px;}}
@media(max-width:948px){.ce_headervideo { width:948px;}}
@media(max-width:947px){.ce_headervideo { width:947px;}}
@media(max-width:946px){.ce_headervideo { width:946px;}}
@media(max-width:945px){.ce_headervideo { width:945px;}}
@media(max-width:944px){.ce_headervideo { width:944px;}}
@media(max-width:943px){.ce_headervideo { width:943px;}}
@media(max-width:942px){.ce_headervideo { width:942px;}}
@media(max-width:941px){.ce_headervideo { width:941px;}}
@media(max-width:940px){.ce_headervideo { width:940px;}}
@media(max-width:939px){.ce_headervideo { width:939px;}}
@media(max-width:938px){.ce_headervideo { width:938px;}}
@media(max-width:937px){.ce_headervideo { width:937px;}}
@media(max-width:936px){.ce_headervideo { width:936px;}}
@media(max-width:935px){.ce_headervideo { width:935px;}}
@media(max-width:934px){.ce_headervideo { width:934px;}}
@media(max-width:933px){.ce_headervideo { width:933px;}}
@media(max-width:932px){.ce_headervideo { width:932px;}}
@media(max-width:931px){.ce_headervideo { width:931px;}}
@media(max-width:930px){.ce_headervideo { width:930px;}}
@media(max-width:929px){.ce_headervideo { width:929px;}}
@media(max-width:928px){.ce_headervideo { width:928px;}}
@media(max-width:927px){.ce_headervideo { width:927px;}}
@media(max-width:926px){.ce_headervideo { width:926px;}}
@media(max-width:925px){.ce_headervideo { width:925px;}}
@media(max-width:924px){.ce_headervideo { width:924px;}}
@media(max-width:923px){.ce_headervideo { width:923px;}}
@media(max-width:922px){.ce_headervideo { width:922px;}}
@media(max-width:921px){.ce_headervideo { width:921px;}}
@media(max-width:920px){.ce_headervideo { width:920px;}}
@media(max-width:919px){.ce_headervideo { width:919px;}}
@media(max-width:918px){.ce_headervideo { width:918px;}}
@media(max-width:917px){.ce_headervideo { width:917px;}}
@media(max-width:916px){.ce_headervideo { width:916px;}}
@media(max-width:915px){.ce_headervideo { width:915px;}}
@media(max-width:914px){.ce_headervideo { width:914px;}}
@media(max-width:913px){.ce_headervideo { width:913px;}}
@media(max-width:912px){.ce_headervideo { width:912px;}}
@media(max-width:911px){.ce_headervideo { width:911px;}}
@media(max-width:910px){.ce_headervideo { width:910px;}}
@media(max-width:909px){.ce_headervideo { width:909px;}}
@media(max-width:908px){.ce_headervideo { width:908px;}}
@media(max-width:907px){.ce_headervideo { width:907px;}}
@media(max-width:906px){.ce_headervideo { width:906px;}}
@media(max-width:905px){.ce_headervideo { width:905px;}}
@media(max-width:904px){.ce_headervideo { width:904px;}}
@media(max-width:903px){.ce_headervideo { width:903px;}}
@media(max-width:902px){.ce_headervideo { width:902px;}}
@media(max-width:901px){.ce_headervideo { width:901px;}}
@media(max-width:900px){.ce_headervideo { width:900px;}}
@media(max-width:899px){.ce_headervideo { width:899px;}}
@media(max-width:898px){.ce_headervideo { width:898px;}}
@media(max-width:897px){.ce_headervideo { width:897px;}}
@media(max-width:896px){.ce_headervideo { width:896px;}}
@media(max-width:895px){.ce_headervideo { width:895px;}}
@media(max-width:894px){.ce_headervideo { width:894px;}}
@media(max-width:893px){.ce_headervideo { width:893px;}}
@media(max-width:892px){.ce_headervideo { width:892px;}}
@media(max-width:891px){.ce_headervideo { width:891px;}}
@media(max-width:890px){.ce_headervideo { width:890px;}}
@media(max-width:889px){.ce_headervideo { width:889px;}}
@media(max-width:888px){.ce_headervideo { width:888px;}}
@media(max-width:887px){.ce_headervideo { width:887px;}}
@media(max-width:886px){.ce_headervideo { width:886px;}}
@media(max-width:885px){.ce_headervideo { width:885px;}}
@media(max-width:884px){.ce_headervideo { width:884px;}}
@media(max-width:883px){.ce_headervideo { width:883px;}}
@media(max-width:882px){.ce_headervideo { width:882px;}}
@media(max-width:881px){.ce_headervideo { width:881px;}}
@media(max-width:880px){.ce_headervideo { width:880px;}}
@media(max-width:879px){.ce_headervideo { width:879px;}}
@media(max-width:878px){.ce_headervideo { width:878px;}}
@media(max-width:877px){.ce_headervideo { width:877px;}}
@media(max-width:876px){.ce_headervideo { width:876px;}}
@media(max-width:875px){.ce_headervideo { width:875px;}}
@media(max-width:874px){.ce_headervideo { width:874px;}}
@media(max-width:873px){.ce_headervideo { width:873px;}}
@media(max-width:872px){.ce_headervideo { width:872px;}}
@media(max-width:871px){.ce_headervideo { width:871px;}}
@media(max-width:870px){.ce_headervideo { width:870px;}}
@media(max-width:869px){.ce_headervideo { width:869px;}}
@media(max-width:868px){.ce_headervideo { width:868px;}}
@media(max-width:867px){.ce_headervideo { width:867px;}}
@media(max-width:866px){.ce_headervideo { width:866px;}}
@media(max-width:865px){.ce_headervideo { width:865px;}}
@media(max-width:864px){.ce_headervideo { width:864px;}}
@media(max-width:863px){.ce_headervideo { width:863px;}}
@media(max-width:862px){.ce_headervideo { width:862px;}}
@media(max-width:861px){.ce_headervideo { width:861px;}}
@media(max-width:860px){.ce_headervideo { width:860px;}}
@media(max-width:859px){.ce_headervideo { width:859px;}}
@media(max-width:858px){.ce_headervideo { width:858px;}}
@media(max-width:857px){.ce_headervideo { width:857px;}}
@media(max-width:856px){.ce_headervideo { width:856px;}}
@media(max-width:855px){.ce_headervideo { width:855px;}}
@media(max-width:854px){.ce_headervideo { width:854px;}}
@media(max-width:853px){.ce_headervideo { width:853px;}}
@media(max-width:852px){.ce_headervideo { width:852px;}}
@media(max-width:851px){.ce_headervideo { width:851px;}}
@media(max-width:850px){.ce_headervideo { width:850px;}}
@media(max-width:849px){.ce_headervideo { width:849px;}}
@media(max-width:848px){.ce_headervideo { width:848px;}}
@media(max-width:847px){.ce_headervideo { width:847px;}}
@media(max-width:846px){.ce_headervideo { width:846px;}}
@media(max-width:845px){.ce_headervideo { width:845px;}}
@media(max-width:844px){.ce_headervideo { width:844px;}}
@media(max-width:843px){.ce_headervideo { width:843px;}}
@media(max-width:842px){.ce_headervideo { width:842px;}}
@media(max-width:841px){.ce_headervideo { width:841px;}}
@media(max-width:840px){.ce_headervideo { width:840px;}}
@media(max-width:839px){.ce_headervideo { width:839px;}}
@media(max-width:838px){.ce_headervideo { width:838px;}}
@media(max-width:837px){.ce_headervideo { width:837px;}}
@media(max-width:836px){.ce_headervideo { width:836px;}}
@media(max-width:835px){.ce_headervideo { width:835px;}}
@media(max-width:834px){.ce_headervideo { width:834px;}}
@media(max-width:833px){.ce_headervideo { width:833px;}}
@media(max-width:832px){.ce_headervideo { width:832px;}}
@media(max-width:831px){.ce_headervideo { width:831px;}}
@media(max-width:830px){.ce_headervideo { width:830px;}}
@media(max-width:829px){.ce_headervideo { width:829px;}}
@media(max-width:828px){.ce_headervideo { width:828px;}}
@media(max-width:827px){.ce_headervideo { width:827px;}}
@media(max-width:826px){.ce_headervideo { width:826px;}}
@media(max-width:825px){.ce_headervideo { width:825px;}}
@media(max-width:824px){.ce_headervideo { width:824px;}}
@media(max-width:823px){.ce_headervideo { width:823px;}}
@media(max-width:822px){.ce_headervideo { width:822px;}}
@media(max-width:821px){.ce_headervideo { width:821px;}}
@media(max-width:820px){.ce_headervideo { width:820px;}}
@media(max-width:819px){.ce_headervideo { width:819px;}}
@media(max-width:818px){.ce_headervideo { width:818px;}}
@media(max-width:817px){.ce_headervideo { width:817px;}}
@media(max-width:816px){.ce_headervideo { width:816px;}}
@media(max-width:815px){.ce_headervideo { width:815px;}}
@media(max-width:814px){.ce_headervideo { width:814px;}}
@media(max-width:813px){.ce_headervideo { width:813px;}}
@media(max-width:812px){.ce_headervideo { width:812px;}}
@media(max-width:811px){.ce_headervideo { width:811px;}}
@media(max-width:810px){.ce_headervideo { width:810px;}}
@media(max-width:809px){.ce_headervideo { width:809px;}}
@media(max-width:808px){.ce_headervideo { width:808px;}}
@media(max-width:807px){.ce_headervideo { width:807px;}}
@media(max-width:806px){.ce_headervideo { width:806px;}}
@media(max-width:805px){.ce_headervideo { width:805px;}}
@media(max-width:804px){.ce_headervideo { width:804px;}}
@media(max-width:803px){.ce_headervideo { width:803px;}}
@media(max-width:802px){.ce_headervideo { width:802px;}}
@media(max-width:801px){.ce_headervideo { width:801px;}}
@media(max-width:800px){.ce_headervideo { width:800px;}}
@media(max-width:799px){.ce_headervideo { width:799px;}}
@media(max-width:798px){.ce_headervideo { width:798px;}}
@media(max-width:797px){.ce_headervideo { width:797px;}}
@media(max-width:796px){.ce_headervideo { width:796px;}}
@media(max-width:795px){.ce_headervideo { width:795px;}}
@media(max-width:794px){.ce_headervideo { width:794px;}}
@media(max-width:793px){.ce_headervideo { width:793px;}}
@media(max-width:792px){.ce_headervideo { width:792px;}}
@media(max-width:791px){.ce_headervideo { width:791px;}}
@media(max-width:790px){.ce_headervideo { width:790px;}}
@media(max-width:789px){.ce_headervideo { width:789px;}}
@media(max-width:788px){.ce_headervideo { width:788px;}}
@media(max-width:787px){.ce_headervideo { width:787px;}}
@media(max-width:786px){.ce_headervideo { width:786px;}}
@media(max-width:785px){.ce_headervideo { width:785px;}}
@media(max-width:784px){.ce_headervideo { width:784px;}}
@media(max-width:783px){.ce_headervideo { width:783px;}}
@media(max-width:782px){.ce_headervideo { width:782px;}}
@media(max-width:781px){.ce_headervideo { width:781px;}}
@media(max-width:780px){.ce_headervideo { width:780px;}}
@media(max-width:779px){.ce_headervideo { width:779px;}}
@media(max-width:778px){.ce_headervideo { width:778px;}}
@media(max-width:777px){.ce_headervideo { width:777px;}}
@media(max-width:776px){.ce_headervideo { width:776px;}}
@media(max-width:775px){.ce_headervideo { width:775px;}}
@media(max-width:774px){.ce_headervideo { width:774px;}}
@media(max-width:773px){.ce_headervideo { width:773px;}}
@media(max-width:772px){.ce_headervideo { width:772px;}}
@media(max-width:771px){.ce_headervideo { width:771px;}}
@media(max-width:770px){.ce_headervideo { width:770px;}}
@media(max-width:769px){.ce_headervideo { width:769px;}}
@media(max-width:768px){.ce_headervideo { width:768px;}}
@media(max-width:767px){.ce_headervideo { width:767px;}}
@media(max-width:766px){.ce_headervideo { width:766px;}}
@media(max-width:765px){.ce_headervideo { width:765px;}}
@media(max-width:764px){.ce_headervideo { width:764px;}}
@media(max-width:763px){.ce_headervideo { width:763px;}}
@media(max-width:762px){.ce_headervideo { width:762px;}}
@media(max-width:761px){.ce_headervideo { width:761px;}}
@media(max-width:760px){.ce_headervideo { width:760px;}}
@media(max-width:759px){.ce_headervideo { width:759px;}}
@media(max-width:758px){.ce_headervideo { width:758px;}}
@media(max-width:757px){.ce_headervideo { width:757px;}}
@media(max-width:756px){.ce_headervideo { width:756px;}}
@media(max-width:755px){.ce_headervideo { width:755px;}}
@media(max-width:754px){.ce_headervideo { width:754px;}}
@media(max-width:753px){.ce_headervideo { width:753px;}}
@media(max-width:752px){.ce_headervideo { width:752px;}}
@media(max-width:751px){.ce_headervideo { width:751px;}}
@media(max-width:750px){.ce_headervideo { width:750px;}}
@media(max-width:749px){.ce_headervideo { width:749px;}}
@media(max-width:748px){.ce_headervideo { width:748px;}}
@media(max-width:747px){.ce_headervideo { width:747px;}}
@media(max-width:746px){.ce_headervideo { width:746px;}}
@media(max-width:745px){.ce_headervideo { width:745px;}}
@media(max-width:744px){.ce_headervideo { width:744px;}}
@media(max-width:743px){.ce_headervideo { width:743px;}}
@media(max-width:742px){.ce_headervideo { width:742px;}}
@media(max-width:741px){.ce_headervideo { width:741px;}}
@media(max-width:740px){.ce_headervideo { width:740px;}}
@media(max-width:739px){.ce_headervideo { width:739px;}}
@media(max-width:738px){.ce_headervideo { width:738px;}}
@media(max-width:737px){.ce_headervideo { width:737px;}}
@media(max-width:736px){.ce_headervideo { width:736px;}}
@media(max-width:735px){.ce_headervideo { width:735px;}}
@media(max-width:734px){.ce_headervideo { width:734px;}}
@media(max-width:733px){.ce_headervideo { width:733px;}}
@media(max-width:732px){.ce_headervideo { width:732px;}}
@media(max-width:731px){.ce_headervideo { width:731px;}}
@media(max-width:730px){.ce_headervideo { width:730px;}}
@media(max-width:729px){.ce_headervideo { width:729px;}}
@media(max-width:728px){.ce_headervideo { width:728px;}}
@media(max-width:727px){.ce_headervideo { width:727px;}}
@media(max-width:726px){.ce_headervideo { width:726px;}}
@media(max-width:725px){.ce_headervideo { width:725px;}}
@media(max-width:724px){.ce_headervideo { width:724px;}}
@media(max-width:723px){.ce_headervideo { width:723px;}}
@media(max-width:722px){.ce_headervideo { width:722px;}}
@media(max-width:721px){.ce_headervideo { width:721px;}}
@media(max-width:720px){.ce_headervideo { width:720px;}}
@media(max-width:719px){.ce_headervideo { width:719px;}}
@media(max-width:718px){.ce_headervideo { width:718px;}}
@media(max-width:717px){.ce_headervideo { width:717px;}}
@media(max-width:716px){.ce_headervideo { width:716px;}}
@media(max-width:715px){.ce_headervideo { width:715px;}}
@media(max-width:714px){.ce_headervideo { width:714px;}}
@media(max-width:713px){.ce_headervideo { width:713px;}}
@media(max-width:712px){.ce_headervideo { width:712px;}}
@media(max-width:711px){.ce_headervideo { width:711px;}}
@media(max-width:710px){.ce_headervideo { width:710px;}}
@media(max-width:709px){.ce_headervideo { width:709px;}}
@media(max-width:708px){.ce_headervideo { width:708px;}}
@media(max-width:707px){.ce_headervideo { width:707px;}}
@media(max-width:706px){.ce_headervideo { width:706px;}}
@media(max-width:705px){.ce_headervideo { width:705px;}}
@media(max-width:704px){.ce_headervideo { width:704px;}}
@media(max-width:703px){.ce_headervideo { width:703px;}}
@media(max-width:702px){.ce_headervideo { width:702px;}}
@media(max-width:701px){.ce_headervideo { width:701px;}}
@media(max-width:700px){.ce_headervideo { width:700px;}}
@media(max-width:699px){.ce_headervideo { width:699px;}}
@media(max-width:698px){.ce_headervideo { width:698px;}}
@media(max-width:697px){.ce_headervideo { width:697px;}}
@media(max-width:696px){.ce_headervideo { width:696px;}}
@media(max-width:695px){.ce_headervideo { width:695px;}}
@media(max-width:694px){.ce_headervideo { width:694px;}}
@media(max-width:693px){.ce_headervideo { width:693px;}}
@media(max-width:692px){.ce_headervideo { width:692px;}}
@media(max-width:691px){.ce_headervideo { width:691px;}}
@media(max-width:690px){.ce_headervideo { width:690px;}}
@media(max-width:689px){.ce_headervideo { width:689px;}}
@media(max-width:688px){.ce_headervideo { width:688px;}}
@media(max-width:687px){.ce_headervideo { width:687px;}}
@media(max-width:686px){.ce_headervideo { width:686px;}}
@media(max-width:685px){.ce_headervideo { width:685px;}}
@media(max-width:684px){.ce_headervideo { width:684px;}}
@media(max-width:683px){.ce_headervideo { width:683px;}}
@media(max-width:682px){.ce_headervideo { width:682px;}}
@media(max-width:681px){.ce_headervideo { width:681px;}}
@media(max-width:680px){.ce_headervideo { width:680px;}}
@media(max-width:679px){.ce_headervideo { width:679px;}}
@media(max-width:678px){.ce_headervideo { width:678px;}}
@media(max-width:677px){.ce_headervideo { width:677px;}}
@media(max-width:676px){.ce_headervideo { width:676px;}}
@media(max-width:675px){.ce_headervideo { width:675px;}}
@media(max-width:674px){.ce_headervideo { width:674px;}}
@media(max-width:673px){.ce_headervideo { width:673px;}}
@media(max-width:672px){.ce_headervideo { width:672px;}}
@media(max-width:671px){.ce_headervideo { width:671px;}}
@media(max-width:670px){.ce_headervideo { width:670px;}}
@media(max-width:669px){.ce_headervideo { width:669px;}}
@media(max-width:668px){.ce_headervideo { width:668px;}}
@media(max-width:667px){.ce_headervideo { width:667px;}}
@media(max-width:666px){.ce_headervideo { width:666px;}}
@media(max-width:665px){.ce_headervideo { width:665px;}}
@media(max-width:664px){.ce_headervideo { width:664px;}}
@media(max-width:663px){.ce_headervideo { width:663px;}}
@media(max-width:662px){.ce_headervideo { width:662px;}}
@media(max-width:661px){.ce_headervideo { width:661px;}}
@media(max-width:660px){.ce_headervideo { width:660px;}}
@media(max-width:659px){.ce_headervideo { width:659px;}}
@media(max-width:658px){.ce_headervideo { width:658px;}}
@media(max-width:657px){.ce_headervideo { width:657px;}}
@media(max-width:656px){.ce_headervideo { width:656px;}}
@media(max-width:655px){.ce_headervideo { width:655px;}}
@media(max-width:654px){.ce_headervideo { width:654px;}}
@media(max-width:653px){.ce_headervideo { width:653px;}}
@media(max-width:652px){.ce_headervideo { width:652px;}}
@media(max-width:651px){.ce_headervideo { width:651px;}}
@media(max-width:650px){.ce_headervideo { width:650px;}}
@media(max-width:649px){.ce_headervideo { width:649px;}}
@media(max-width:648px){.ce_headervideo { width:648px;}}
@media(max-width:647px){.ce_headervideo { width:647px;}}
@media(max-width:646px){.ce_headervideo { width:646px;}}
@media(max-width:645px){.ce_headervideo { width:645px;}}
@media(max-width:644px){.ce_headervideo { width:644px;}}
@media(max-width:643px){.ce_headervideo { width:643px;}}
@media(max-width:642px){.ce_headervideo { width:642px;}}
@media(max-width:641px){.ce_headervideo { width:641px;}}
@media(max-width:640px){.ce_headervideo { width:640px;}}
@media(max-width:639px){.ce_headervideo { width:639px;}}
@media(max-width:638px){.ce_headervideo { width:638px;}}
@media(max-width:637px){.ce_headervideo { width:637px;}}
@media(max-width:636px){.ce_headervideo { width:636px;}}
@media(max-width:635px){.ce_headervideo { width:635px;}}
@media(max-width:634px){.ce_headervideo { width:634px;}}
@media(max-width:633px){.ce_headervideo { width:633px;}}
@media(max-width:632px){.ce_headervideo { width:632px;}}
@media(max-width:631px){.ce_headervideo { width:631px;}}
@media(max-width:630px){.ce_headervideo { width:630px;}}
@media(max-width:629px){.ce_headervideo { width:629px;}}
@media(max-width:628px){.ce_headervideo { width:628px;}}
@media(max-width:627px){.ce_headervideo { width:627px;}}
@media(max-width:626px){.ce_headervideo { width:626px;}}
@media(max-width:625px){.ce_headervideo { width:625px;}}
@media(max-width:624px){.ce_headervideo { width:624px;}}
@media(max-width:623px){.ce_headervideo { width:623px;}}
@media(max-width:622px){.ce_headervideo { width:622px;}}
@media(max-width:621px){.ce_headervideo { width:621px;}}
@media(max-width:620px){.ce_headervideo { width:620px;}}
@media(max-width:619px){.ce_headervideo { width:619px;}}
@media(max-width:618px){.ce_headervideo { width:618px;}}
@media(max-width:617px){.ce_headervideo { width:617px;}}
@media(max-width:616px){.ce_headervideo { width:616px;}}
@media(max-width:615px){.ce_headervideo { width:615px;}}
@media(max-width:614px){.ce_headervideo { width:614px;}}
@media(max-width:613px){.ce_headervideo { width:613px;}}
@media(max-width:612px){.ce_headervideo { width:612px;}}
@media(max-width:611px){.ce_headervideo { width:611px;}}
@media(max-width:610px){.ce_headervideo { width:610px;}}
@media(max-width:609px){.ce_headervideo { width:609px;}}
@media(max-width:608px){.ce_headervideo { width:608px;}}
@media(max-width:607px){.ce_headervideo { width:607px;}}
@media(max-width:606px){.ce_headervideo { width:606px;}}
@media(max-width:605px){.ce_headervideo { width:605px;}}
@media(max-width:604px){.ce_headervideo { width:604px;}}
@media(max-width:603px){.ce_headervideo { width:603px;}}
@media(max-width:602px){.ce_headervideo { width:602px;}}
@media(max-width:601px){.ce_headervideo { width:601px;}}
@media(max-width:600px){.ce_headervideo { width:600px;}}
@media(max-width:599px){.ce_headervideo { width:599px;}}
@media(max-width:598px){.ce_headervideo { width:598px;}}
@media(max-width:597px){.ce_headervideo { width:597px;}}
@media(max-width:596px){.ce_headervideo { width:596px;}}
@media(max-width:595px){.ce_headervideo { width:595px;}}
@media(max-width:594px){.ce_headervideo { width:594px;}}
@media(max-width:593px){.ce_headervideo { width:593px;}}
@media(max-width:592px){.ce_headervideo { width:592px;}}
@media(max-width:591px){.ce_headervideo { width:591px;}}
@media(max-width:590px){.ce_headervideo { width:590px;}}
@media(max-width:589px){.ce_headervideo { width:589px;}}
@media(max-width:588px){.ce_headervideo { width:588px;}}
@media(max-width:587px){.ce_headervideo { width:587px;}}
@media(max-width:586px){.ce_headervideo { width:586px;}}
@media(max-width:585px){.ce_headervideo { width:585px;}}
@media(max-width:584px){.ce_headervideo { width:584px;}}
@media(max-width:583px){.ce_headervideo { width:583px;}}
@media(max-width:582px){.ce_headervideo { width:582px;}}
@media(max-width:581px){.ce_headervideo { width:581px;}}
@media(max-width:580px){.ce_headervideo { width:580px;}}
@media(max-width:579px){.ce_headervideo { width:579px;}}
@media(max-width:578px){.ce_headervideo { width:578px;}}
@media(max-width:577px){.ce_headervideo { width:577px;}}
@media(max-width:576px){.ce_headervideo { width:576px;}}
@media(max-width:575px){.ce_headervideo { width:575px;}}
@media(max-width:574px){.ce_headervideo { width:574px;}}
@media(max-width:573px){.ce_headervideo { width:573px;}}
@media(max-width:572px){.ce_headervideo { width:572px;}}
@media(max-width:571px){.ce_headervideo { width:571px;}}
@media(max-width:570px){.ce_headervideo { width:570px;}}
@media(max-width:569px){.ce_headervideo { width:569px;}}
@media(max-width:568px){.ce_headervideo { width:568px;}}
@media(max-width:567px){.ce_headervideo { width:567px;}}
@media(max-width:566px){.ce_headervideo { width:566px;}}
@media(max-width:565px){.ce_headervideo { width:565px;}}
@media(max-width:564px){.ce_headervideo { width:564px;}}
@media(max-width:563px){.ce_headervideo { width:563px;}}
@media(max-width:562px){.ce_headervideo { width:562px;}}
@media(max-width:561px){.ce_headervideo { width:561px;}}
@media(max-width:560px){.ce_headervideo { width:560px;}}
@media(max-width:559px){.ce_headervideo { width:559px;}}
@media(max-width:558px){.ce_headervideo { width:558px;}}
@media(max-width:557px){.ce_headervideo { width:557px;}}
@media(max-width:556px){.ce_headervideo { width:556px;}}
@media(max-width:555px){.ce_headervideo { width:555px;}}
@media(max-width:554px){.ce_headervideo { width:554px;}}
@media(max-width:553px){.ce_headervideo { width:553px;}}
@media(max-width:552px){.ce_headervideo { width:552px;}}
@media(max-width:551px){.ce_headervideo { width:551px;}}
@media(max-width:550px){.ce_headervideo { width:550px;}}
@media(max-width:549px){.ce_headervideo { width:549px;}}
@media(max-width:548px){.ce_headervideo { width:548px;}}
@media(max-width:547px){.ce_headervideo { width:547px;}}
@media(max-width:546px){.ce_headervideo { width:546px;}}
@media(max-width:545px){.ce_headervideo { width:545px;}}
@media(max-width:544px){.ce_headervideo { width:544px;}}
@media(max-width:543px){.ce_headervideo { width:543px;}}
@media(max-width:542px){.ce_headervideo { width:542px;}}
@media(max-width:541px){.ce_headervideo { width:541px;}}
@media(max-width:540px){.ce_headervideo { width:540px;}}
@media(max-width:539px){.ce_headervideo { width:539px;}}
@media(max-width:538px){.ce_headervideo { width:538px;}}
@media(max-width:537px){.ce_headervideo { width:537px;}}
@media(max-width:536px){.ce_headervideo { width:536px;}}
@media(max-width:535px){.ce_headervideo { width:535px;}}
@media(max-width:534px){.ce_headervideo { width:534px;}}
@media(max-width:533px){.ce_headervideo { width:533px;}}
@media(max-width:532px){.ce_headervideo { width:532px;}}
@media(max-width:531px){.ce_headervideo { width:531px;}}
@media(max-width:530px){.ce_headervideo { width:530px;}}
@media(max-width:529px){.ce_headervideo { width:529px;}}
@media(max-width:528px){.ce_headervideo { width:528px;}}
@media(max-width:527px){.ce_headervideo { width:527px;}}
@media(max-width:526px){.ce_headervideo { width:526px;}}
@media(max-width:525px){.ce_headervideo { width:525px;}}
@media(max-width:524px){.ce_headervideo { width:524px;}}
@media(max-width:523px){.ce_headervideo { width:523px;}}
@media(max-width:522px){.ce_headervideo { width:522px;}}
@media(max-width:521px){.ce_headervideo { width:521px;}}
@media(max-width:520px){.ce_headervideo { width:520px;}}
@media(max-width:519px){.ce_headervideo { width:519px;}}
@media(max-width:518px){.ce_headervideo { width:518px;}}
@media(max-width:517px){.ce_headervideo { width:517px;}}
@media(max-width:516px){.ce_headervideo { width:516px;}}
@media(max-width:515px){.ce_headervideo { width:515px;}}
@media(max-width:514px){.ce_headervideo { width:514px;}}
@media(max-width:513px){.ce_headervideo { width:513px;}}
@media(max-width:512px){.ce_headervideo { width:512px;}}
@media(max-width:511px){.ce_headervideo { width:511px;}}
@media(max-width:510px){.ce_headervideo { width:510px;}}
@media(max-width:509px){.ce_headervideo { width:509px;}}
@media(max-width:508px){.ce_headervideo { width:508px;}}
@media(max-width:507px){.ce_headervideo { width:507px;}}
@media(max-width:506px){.ce_headervideo { width:506px;}}
@media(max-width:505px){.ce_headervideo { width:505px;}}
@media(max-width:504px){.ce_headervideo { width:504px;}}
@media(max-width:503px){.ce_headervideo { width:503px;}}
@media(max-width:502px){.ce_headervideo { width:502px;}}
@media(max-width:501px){.ce_headervideo { width:501px;}}
@media(max-width:500px){.ce_headervideo { width:500px;}}
@media(max-width:499px){.ce_headervideo { width:499px;}}
@media(max-width:498px){.ce_headervideo { width:498px;}}
@media(max-width:497px){.ce_headervideo { width:497px;}}
@media(max-width:496px){.ce_headervideo { width:496px;}}
@media(max-width:495px){.ce_headervideo { width:495px;}}
@media(max-width:494px){.ce_headervideo { width:494px;}}
@media(max-width:493px){.ce_headervideo { width:493px;}}
@media(max-width:492px){.ce_headervideo { width:492px;}}
@media(max-width:491px){.ce_headervideo { width:491px;}}
@media(max-width:490px){.ce_headervideo { width:490px;}}
@media(max-width:489px){.ce_headervideo { width:489px;}}
@media(max-width:488px){.ce_headervideo { width:488px;}}
@media(max-width:487px){.ce_headervideo { width:487px;}}
@media(max-width:486px){.ce_headervideo { width:486px;}}
@media(max-width:485px){.ce_headervideo { width:485px;}}
@media(max-width:484px){.ce_headervideo { width:484px;}}
@media(max-width:483px){.ce_headervideo { width:483px;}}
@media(max-width:482px){.ce_headervideo { width:482px;}}
@media(max-width:481px){.ce_headervideo { width:481px;}}
@media(max-width:480px){.ce_headervideo { width:480px;}}
@media(max-width:479px){.ce_headervideo { width:479px;}}
@media(max-width:478px){.ce_headervideo { width:478px;}}
@media(max-width:477px){.ce_headervideo { width:477px;}}
@media(max-width:476px){.ce_headervideo { width:476px;}}
@media(max-width:475px){.ce_headervideo { width:475px;}}
@media(max-width:474px){.ce_headervideo { width:474px;}}
@media(max-width:473px){.ce_headervideo { width:473px;}}
@media(max-width:472px){.ce_headervideo { width:472px;}}
@media(max-width:471px){.ce_headervideo { width:471px;}}
@media(max-width:470px){.ce_headervideo { width:470px;}}
@media(max-width:469px){.ce_headervideo { width:469px;}}
@media(max-width:468px){.ce_headervideo { width:468px;}}
@media(max-width:467px){.ce_headervideo { width:467px;}}
@media(max-width:466px){.ce_headervideo { width:466px;}}
@media(max-width:465px){.ce_headervideo { width:465px;}}
@media(max-width:464px){.ce_headervideo { width:464px;}}
@media(max-width:463px){.ce_headervideo { width:463px;}}
@media(max-width:462px){.ce_headervideo { width:462px;}}
@media(max-width:461px){.ce_headervideo { width:461px;}}
@media(max-width:460px){.ce_headervideo { width:460px;}}
@media(max-width:459px){.ce_headervideo { width:459px;}}
@media(max-width:458px){.ce_headervideo { width:458px;}}
@media(max-width:457px){.ce_headervideo { width:457px;}}
@media(max-width:456px){.ce_headervideo { width:456px;}}
@media(max-width:455px){.ce_headervideo { width:455px;}}
@media(max-width:454px){.ce_headervideo { width:454px;}}
@media(max-width:453px){.ce_headervideo { width:453px;}}
@media(max-width:452px){.ce_headervideo { width:452px;}}
@media(max-width:451px){.ce_headervideo { width:451px;}}
@media(max-width:450px){.ce_headervideo { width:450px;}}
@media(max-width:449px){.ce_headervideo { width:449px;}}
@media(max-width:448px){.ce_headervideo { width:448px;}}
@media(max-width:447px){.ce_headervideo { width:447px;}}
@media(max-width:446px){.ce_headervideo { width:446px;}}
@media(max-width:445px){.ce_headervideo { width:445px;}}
@media(max-width:444px){.ce_headervideo { width:444px;}}
@media(max-width:443px){.ce_headervideo { width:443px;}}
@media(max-width:442px){.ce_headervideo { width:442px;}}
@media(max-width:441px){.ce_headervideo { width:441px;}}
@media(max-width:440px){.ce_headervideo { width:440px;}}
@media(max-width:439px){.ce_headervideo { width:439px;}}
@media(max-width:438px){.ce_headervideo { width:438px;}}
@media(max-width:437px){.ce_headervideo { width:437px;}}
@media(max-width:436px){.ce_headervideo { width:436px;}}
@media(max-width:435px){.ce_headervideo { width:435px;}}
@media(max-width:434px){.ce_headervideo { width:434px;}}
@media(max-width:433px){.ce_headervideo { width:433px;}}
@media(max-width:432px){.ce_headervideo { width:432px;}}
@media(max-width:431px){.ce_headervideo { width:431px;}}
@media(max-width:430px){.ce_headervideo { width:430px;}}
@media(max-width:429px){.ce_headervideo { width:429px;}}
@media(max-width:428px){.ce_headervideo { width:428px;}}
@media(max-width:427px){.ce_headervideo { width:427px;}}
@media(max-width:426px){.ce_headervideo { width:426px;}}
@media(max-width:425px){.ce_headervideo { width:425px;}}
@media(max-width:424px){.ce_headervideo { width:424px;}}
@media(max-width:423px){.ce_headervideo { width:423px;}}
@media(max-width:422px){.ce_headervideo { width:422px;}}
@media(max-width:421px){.ce_headervideo { width:421px;}}
@media(max-width:420px){.ce_headervideo { width:420px;}}
@media(max-width:419px){.ce_headervideo { width:419px;}}
@media(max-width:418px){.ce_headervideo { width:418px;}}
@media(max-width:417px){.ce_headervideo { width:417px;}}
@media(max-width:416px){.ce_headervideo { width:416px;}}
@media(max-width:415px){.ce_headervideo { width:415px;}}
@media(max-width:414px){.ce_headervideo { width:414px;}}
@media(max-width:413px){.ce_headervideo { width:413px;}}
@media(max-width:412px){.ce_headervideo { width:412px;}}
@media(max-width:411px){.ce_headervideo { width:411px;}}
@media(max-width:410px){.ce_headervideo { width:410px;}}
@media(max-width:409px){.ce_headervideo { width:409px;}}
@media(max-width:408px){.ce_headervideo { width:408px;}}
@media(max-width:407px){.ce_headervideo { width:407px;}}
@media(max-width:406px){.ce_headervideo { width:406px;}}
@media(max-width:405px){.ce_headervideo { width:405px;}}
@media(max-width:404px){.ce_headervideo { width:404px;}}
@media(max-width:403px){.ce_headervideo { width:403px;}}
@media(max-width:402px){.ce_headervideo { width:402px;}}
@media(max-width:401px){.ce_headervideo { width:401px;}}
@media(max-width:400px){.ce_headervideo { width:400px;}}
@media(max-width:399px){.ce_headervideo { width:399px;}}
@media(max-width:398px){.ce_headervideo { width:398px;}}
@media(max-width:397px){.ce_headervideo { width:397px;}}
@media(max-width:396px){.ce_headervideo { width:396px;}}
@media(max-width:395px){.ce_headervideo { width:395px;}}
@media(max-width:394px){.ce_headervideo { width:394px;}}
@media(max-width:393px){.ce_headervideo { width:393px;}}
@media(max-width:392px){.ce_headervideo { width:392px;}}
@media(max-width:391px){.ce_headervideo { width:391px;}}
@media(max-width:390px){.ce_headervideo { width:390px;}}
@media(max-width:389px){.ce_headervideo { width:389px;}}
@media(max-width:388px){.ce_headervideo { width:388px;}}
@media(max-width:387px){.ce_headervideo { width:387px;}}
@media(max-width:386px){.ce_headervideo { width:386px;}}
@media(max-width:385px){.ce_headervideo { width:385px;}}
@media(max-width:384px){.ce_headervideo { width:384px;}}
@media(max-width:383px){.ce_headervideo { width:383px;}}
@media(max-width:382px){.ce_headervideo { width:382px;}}
@media(max-width:381px){.ce_headervideo { width:381px;}}
@media(max-width:380px){.ce_headervideo { width:380px;}}
@media(max-width:379px){.ce_headervideo { width:379px;}}
@media(max-width:378px){.ce_headervideo { width:378px;}}
@media(max-width:377px){.ce_headervideo { width:377px;}}
@media(max-width:376px){.ce_headervideo { width:376px;}}
@media(max-width:375px){.ce_headervideo { width:375px;}}
@media(max-width:374px){.ce_headervideo { width:374px;}}
@media(max-width:373px){.ce_headervideo { width:373px;}}
@media(max-width:372px){.ce_headervideo { width:372px;}}
@media(max-width:371px){.ce_headervideo { width:371px;}}
@media(max-width:370px){.ce_headervideo { width:370px;}}
@media(max-width:369px){.ce_headervideo { width:369px;}}
@media(max-width:368px){.ce_headervideo { width:368px;}}
@media(max-width:367px){.ce_headervideo { width:367px;}}
@media(max-width:366px){.ce_headervideo { width:366px;}}
@media(max-width:365px){.ce_headervideo { width:365px;}}
@media(max-width:364px){.ce_headervideo { width:364px;}}
@media(max-width:363px){.ce_headervideo { width:363px;}}
@media(max-width:362px){.ce_headervideo { width:362px;}}
@media(max-width:361px){.ce_headervideo { width:361px;}}
@media(max-width:360px){.ce_headervideo { width:360px;}}
@media(max-width:359px){.ce_headervideo { width:359px;}}
@media(max-width:358px){.ce_headervideo { width:358px;}}
@media(max-width:357px){.ce_headervideo { width:357px;}}
@media(max-width:356px){.ce_headervideo { width:356px;}}
@media(max-width:355px){.ce_headervideo { width:355px;}}
@media(max-width:354px){.ce_headervideo { width:354px;}}
@media(max-width:353px){.ce_headervideo { width:353px;}}
@media(max-width:352px){.ce_headervideo { width:352px;}}
@media(max-width:351px){.ce_headervideo { width:351px;}}
@media(max-width:350px){.ce_headervideo { width:350px;}}
@media(max-width:349px){.ce_headervideo { width:349px;}}
@media(max-width:348px){.ce_headervideo { width:348px;}}
@media(max-width:347px){.ce_headervideo { width:347px;}}
@media(max-width:346px){.ce_headervideo { width:346px;}}
@media(max-width:345px){.ce_headervideo { width:345px;}}
@media(max-width:344px){.ce_headervideo { width:344px;}}
@media(max-width:343px){.ce_headervideo { width:343px;}}
@media(max-width:342px){.ce_headervideo { width:342px;}}
@media(max-width:341px){.ce_headervideo { width:341px;}}
@media(max-width:340px){.ce_headervideo { width:340px;}}
@media(max-width:339px){.ce_headervideo { width:339px;}}
@media(max-width:338px){.ce_headervideo { width:338px;}}
@media(max-width:337px){.ce_headervideo { width:337px;}}
@media(max-width:336px){.ce_headervideo { width:336px;}}
@media(max-width:335px){.ce_headervideo { width:335px;}}
@media(max-width:334px){.ce_headervideo { width:334px;}}
@media(max-width:333px){.ce_headervideo { width:333px;}}
@media(max-width:332px){.ce_headervideo { width:332px;}}
@media(max-width:331px){.ce_headervideo { width:331px;}}
@media(max-width:330px){.ce_headervideo { width:330px;}}
@media(max-width:329px){.ce_headervideo { width:329px;}}
@media(max-width:328px){.ce_headervideo { width:328px;}}
@media(max-width:327px){.ce_headervideo { width:327px;}}
@media(max-width:326px){.ce_headervideo { width:326px;}}
@media(max-width:325px){.ce_headervideo { width:325px;}}
@media(max-width:324px){.ce_headervideo { width:324px;}}
@media(max-width:323px){.ce_headervideo { width:323px;}}
@media(max-width:322px){.ce_headervideo { width:322px;}}
@media(max-width:321px){.ce_headervideo { width:321px;}}
@media(max-width:320px){.ce_headervideo { width:320px;}}
@media(max-width:319px){.ce_headervideo { width:319px;}}
@media(max-width:318px){.ce_headervideo { width:318px;}}
@media(max-width:317px){.ce_headervideo { width:317px;}}
@media(max-width:316px){.ce_headervideo { width:316px;}}
@media(max-width:315px){.ce_headervideo { width:315px;}}
@media(max-width:314px){.ce_headervideo { width:314px;}}
@media(max-width:313px){.ce_headervideo { width:313px;}}
@media(max-width:312px){.ce_headervideo { width:312px;}}
@media(max-width:311px){.ce_headervideo { width:311px;}}
@media(max-width:310px){.ce_headervideo { width:310px;}}
@media(max-width:309px){.ce_headervideo { width:309px;}}
@media(max-width:308px){.ce_headervideo { width:308px;}}
@media(max-width:307px){.ce_headervideo { width:307px;}}
@media(max-width:306px){.ce_headervideo { width:306px;}}
@media(max-width:305px){.ce_headervideo { width:305px;}}
@media(max-width:304px){.ce_headervideo { width:304px;}}
@media(max-width:303px){.ce_headervideo { width:303px;}}
@media(max-width:302px){.ce_headervideo { width:302px;}}
@media(max-width:301px){.ce_headervideo { width:301px;}}
@media(max-width:300px){.ce_headervideo { width:300px;}}
@media(max-width:299px){.ce_headervideo { width:299px;}}
@media(max-width:298px){.ce_headervideo { width:298px;}}
@media(max-width:297px){.ce_headervideo { width:297px;}}
@media(max-width:296px){.ce_headervideo { width:296px;}}
@media(max-width:295px){.ce_headervideo { width:295px;}}
@media(max-width:294px){.ce_headervideo { width:294px;}}
@media(max-width:293px){.ce_headervideo { width:293px;}}
@media(max-width:292px){.ce_headervideo { width:292px;}}
@media(max-width:291px){.ce_headervideo { width:291px;}}
@media(max-width:290px){.ce_headervideo { width:290px;}}
@media(max-width:289px){.ce_headervideo { width:289px;}}
@media(max-width:288px){.ce_headervideo { width:288px;}}
@media(max-width:287px){.ce_headervideo { width:287px;}}
@media(max-width:286px){.ce_headervideo { width:286px;}}
@media(max-width:285px){.ce_headervideo { width:285px;}}
@media(max-width:284px){.ce_headervideo { width:284px;}}
@media(max-width:283px){.ce_headervideo { width:283px;}}
@media(max-width:282px){.ce_headervideo { width:282px;}}
@media(max-width:281px){.ce_headervideo { width:281px;}}
@media(max-width:280px){.ce_headervideo { width:280px;}}
@media(max-width:279px){.ce_headervideo { width:279px;}}
@media(max-width:278px){.ce_headervideo { width:278px;}}
@media(max-width:277px){.ce_headervideo { width:277px;}}
@media(max-width:276px){.ce_headervideo { width:276px;}}
@media(max-width:275px){.ce_headervideo { width:275px;}}
@media(max-width:274px){.ce_headervideo { width:274px;}}
@media(max-width:273px){.ce_headervideo { width:273px;}}
@media(max-width:272px){.ce_headervideo { width:272px;}}
@media(max-width:271px){.ce_headervideo { width:271px;}}
@media(max-width:270px){.ce_headervideo { width:270px;}}
@media(max-width:269px){.ce_headervideo { width:269px;}}
@media(max-width:268px){.ce_headervideo { width:268px;}}
@media(max-width:267px){.ce_headervideo { width:267px;}}
@media(max-width:266px){.ce_headervideo { width:266px;}}
@media(max-width:265px){.ce_headervideo { width:265px;}}
@media(max-width:264px){.ce_headervideo { width:264px;}}
@media(max-width:263px){.ce_headervideo { width:263px;}}
@media(max-width:262px){.ce_headervideo { width:262px;}}
@media(max-width:261px){.ce_headervideo { width:261px;}}
@media(max-width:260px){.ce_headervideo { width:260px;}}
@media(max-width:259px){.ce_headervideo { width:259px;}}
@media(max-width:258px){.ce_headervideo { width:258px;}}
@media(max-width:257px){.ce_headervideo { width:257px;}}
@media(max-width:256px){.ce_headervideo { width:256px;}}
@media(max-width:255px){.ce_headervideo { width:255px;}}
@media(max-width:254px){.ce_headervideo { width:254px;}}
@media(max-width:253px){.ce_headervideo { width:253px;}}
@media(max-width:252px){.ce_headervideo { width:252px;}}
@media(max-width:251px){.ce_headervideo { width:251px;}}
@media(max-width:250px){.ce_headervideo { width:250px;}}

@media only screen and (min-width: 1951px) and (max-width: 2000px) {
  .ce_headervideo { 
    height:1120px;
  }
}

@media only screen and (min-width: 1901px) and (max-width: 1950px) {
  .ce_headervideo { 
    height:1090px;
  }
}

@media only screen and (min-width: 1851px) and (max-width: 1900px) {
  .ce_headervideo { 
    height:1060px;
  }
}

@media only screen and (min-width: 1801px) and (max-width: 1850px) {
  .ce_headervideo { 
    height:1030px;
  }
}

@media only screen and (min-width: 1751px) and (max-width: 1800px) {
  .ce_headervideo { 
    height:1000px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1750px) {
  .ce_headervideo { 
    height:970px;
  }
}

@media only screen and (min-width: 1651px) and (max-width: 1700px) {
  .ce_headervideo { 
    height:940px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1650px) {
  .ce_headervideo { 
    height:910px;
  }
}

@media only screen and (min-width: 1551px) and (max-width: 1600px) {
  .ce_headervideo { 
    height:880px;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1550px) {
  .ce_headervideo { 
    height:850px;
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1500px) {
  .ce_headervideo { 
    height:820px;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1450px) {
  .ce_headervideo { 
    height:790px;
  }
}

@media only screen and (min-width: 1351px) and (max-width: 1400px) {
  .ce_headervideo { 
    height:760px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1350px) {
  .ce_headervideo { 
    height:730px;
  }
}

@media only screen and (min-width: 1251px) and (max-width: 1300px) {
  .ce_headervideo { 
    height:700px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1250px) {
  .ce_headervideo { 
    height:670px;
  }
}

@media only screen and (min-width: 1151px) and (max-width: 1200px) {
  .ce_headervideo { 
    height:640px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1150px) {
  .ce_headervideo { 
    height:610px;
  }
}

@media only screen and (min-width: 1051px) and (max-width: 1100px) {
  .ce_headervideo { 
    height:580px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1050px) {
  .ce_headervideo { 
    height:550px;
  }
}

@media only screen and (min-width: 951px) and (max-width: 1000px) {
  .ce_headervideo { 
    height:520px;
  }
}

@media only screen and (min-width: 851px) and (max-width: 950px) {
  .ce_headervideo { 
    height:500px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 850px) {
  .ce_headervideo { 
    height:460px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 800px) {
  .ce_headervideo { 
    height:450px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 750px) {
  .ce_headervideo { 
    height:420px;
  }
}

@media only screen and (min-width: 651px) and (max-width: 700px) {
  .ce_headervideo { 
    height:750px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 650px) {
  .ce_headervideo { 
    height:700px;
  }
}

@media only screen and (min-width: 551px) and (max-width: 600px) {
  .ce_headervideo { 
    height:650px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 550px) {
  .ce_headervideo { 
    height:600px;
  }
}

@media only screen and (min-width: 451px) and (max-width: 500px) {
  .ce_headervideo { 
    height:550px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 450px) {
  .ce_headervideo { 
    height:500px;
  }
}

@media only screen and (min-width: 351px) and (max-width: 400px) {
  .ce_headervideo { 
    height:450px;
  }
}

@media only screen and (min-width: 326px) and (max-width: 350px) {
  .ce_headervideo { 
    height:400px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 325px) {
  .ce_headervideo { 
    height:375px;
  }
}

@media only screen and (min-width: 286px) and (max-width: 300px) {
  .ce_headervideo { 
    height:350px;
  }
}

@media only screen and (min-width: 250px) and (max-width: 285px) {
  .ce_headervideo { 
    height:300px;
  }
}